s3:libsmb: add comments for cli_write_send/cli_push_send
authorTim Beale <timbeale@catalyst.net.nz>
Tue, 11 Dec 2018 03:05:43 +0000 (16:05 +1300)
committerStefan Metzmacher <metze@samba.org>
Thu, 13 Dec 2018 07:52:24 +0000 (08:52 +0100)
commit9fb0d8e7e2e5c7a9485368f26d2fff05d51f32d8
treedb0f6c4c97e77756c9bc2373ece7dd77e3a98a6e
parent6a3d2c3345a7ed4a9c4c9ad5ce767cc2ffd9413f
s3:libsmb: add comments for cli_write_send/cli_push_send

Added a code comment highlighting this 2 APIs do similar jobs, and tried
to explain why you might want to use one over the other.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13676

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/libsmb/clireadwrite.c