s3: Simplify smb_splice_chain
authorVolker Lendecke <vl@samba.org>
Fri, 24 Feb 2012 15:16:23 +0000 (16:16 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 24 Feb 2012 15:34:34 +0000 (16:34 +0100)
commitda322e4f3f0967bd65ec0f4cfbea83d9e8ccd77e
tree00d96f5476253fb3298ac5fe58aeb619b7733247
parent947a8bc44afc47961e2477ce0b7d8a16573b0f97
s3: Simplify smb_splice_chain

We use it in smbd/process.c only now. This only splices in finished
buffers, both callers used the same arguments. Pull that into the
routine itself.
source3/smbd/process.c