Fix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy files from a SMB share using...
authorJeremy Allison <jra@samba.org>
Thu, 11 Nov 2010 01:59:05 +0000 (17:59 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 11 Nov 2010 02:50:08 +0000 (02:50 +0000)
commit0afb2995a2177afa2eb7b8f99887a39cdaf23a15
tree476742645f0c8144d903752edb4438528ea35b71
parentac0ffba004160693ea5829775d732146ef261c47
Fix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy files from a SMB share using SMB signing.

The underlying problem is that the old code invoked by cli_write() increments
cli->mid directly when issuing outstanding writes. This should now be done only
in libsmb/clientgen.c to make metze's new signing engine works correctly. Just
deleting this code fixes the problem.

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu Nov 11 02:50:08 UTC 2010 on sn-devel-104
source3/libsmb/clireadwrite.c