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)
commit26c106e0838db54aafddf1e0f7e4781510dbc582
tree6b3a582bc1c14d6ed7e0010640fd7518ef9d824c
parent7df1ed060be1fe730f78eb4665cdb5f1a3fef0c9
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.
(This used to be commit 3eb33fbc64415600d62ff7b1f2edd67d2dac05b4)
source3/libsmb/clireadwrite.c