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)
commit3d3d1b806aef3617abaac46daf230ed32076e2ce
tree061aac45cd34c05fd0598c14927836caa00fa365
parent95f76ae7a52c6b22db22d03fed6b0848d2a61bee
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.
source/libsmb/clireadwrite.c