Add extra fields into struct smbd_smb2_request_read_state to support receivefile.
authorJeremy Allison <jra@samba.org>
Mon, 1 Apr 2013 20:17:09 +0000 (13:17 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 19 Apr 2013 21:11:07 +0000 (14:11 -0700)
commit4b91097002d73ae5dd2d4ac225f8e9eecca11e49
treedf9e54996fd8c9bb29b55c910fbc5e64cf8d62c9
parent36d4b9d208c0025f054ad8ae4062ca3c81e345d5
Add extra fields into struct smbd_smb2_request_read_state to support receivefile.

Initialize min_recv_size with the size that will trigger the
receivefile write path.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan (metze) Metzmacher <metze@samba.org>
source3/smbd/smb2_server.c