r2959: If we want to support writes >= 65536 with cli_write, then it had better
authorRichard Sharpe <sharpe@samba.org>
Thu, 14 Oct 2004 03:19:57 +0000 (03:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:57 +0000 (10:52 -0500)
commit3eb33fbc64415600d62ff7b1f2edd67d2dac05b4
tree856be25cc10af9370b8b2b60aa6f75b088149611
parent1664395257eb2425246e200ebde4384aa54484a4
r2959: If we want to support writes >= 65536 with cli_write, then it had better
return a size_t, not an ssize_t, and we had better left shift the upper
part of the write count, not right shift it.
source/libsmb/clireadwrite.c