s3:smbd: pass smbXsrv_connection explicitly to fake_sendfile()
authorStefan Metzmacher <metze@samba.org>
Thu, 12 Jun 2014 06:40:25 +0000 (08:40 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 6 Aug 2014 07:51:14 +0000 (09:51 +0200)
commitc18a62ee9d0a7c77e375b5dff3e144e53557ceaa
treedd6f6d55951d81e9dd4e0f2128e8aca52c4e0986
parentbd19fd1286821433fc9080e91316b831ef501a1d
s3:smbd: pass smbXsrv_connection explicitly to fake_sendfile()

In future (with multi-channel) a fsp can be used from multiple
connections, we need to make it explicit on which we want to reply.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/proto.h
source3/smbd/reply.c
source3/smbd/smb2_read.c