Fix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy files from a SMB share using...
commit9a02a38d9783b0d7dc172cc5bdc2380bc5d107cf
authorJeremy Allison <jra@samba.org>
Thu, 11 Nov 2010 17:44:21 +0000 (11 09:44 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 16 Nov 2010 14:52:43 +0000 (16 15:52 +0100)
tree37d8305e70d1f3444f6418ba4f61c2706b488303
parentb5c8b1bbb53caa0ceabb4a5180ff7deb1e58b538
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.
source3/libsmb/clireadwrite.c