Our userlevel SMBwriteX call is non-standard in that it
authorJeremy Allison <jra@samba.org>
Tue, 30 Oct 2007 19:54:39 +0000 (12:54 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 30 Oct 2007 19:54:39 +0000 (12:54 -0700)
commitf5dcac6e8ed17a45d82ce395b01f8d5418a11331
tree1aa40a58768ca5cb03f4ffbdd10964d53f3c1e8a
parent851ef9e22f5f58202b0c5594b4432941afb0e130
Our userlevel SMBwriteX call is non-standard in that it
sometimes uses a 12-word write and doesn't include a pad
byte (as Windows does). Fix this so that we are identical
to Windows clients. This will make recvfile processing
much easier to detect (as we can just read a standard
writeX header length to decide).
Jeremy.
(This used to be commit 3d3d1b806aef3617abaac46daf230ed32076e2ce)
source3/libsmb/clireadwrite.c