]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: Prepare cli_list_send()/recv() for single-issue subreqs
authorVolker Lendecke <vl@samba.org>
Wed, 18 Nov 2020 13:13:22 +0000 (14:13 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 19 Nov 2020 02:48:40 +0000 (02:48 +0000)
commit8101c18362d9f32cd575c1cc407e56fcc9cbe44e
tree4924ada2caa107e532ade82e8628c1cc9d0dc4fc
parent1f11b7b447b38ab065640f30a2410fd3e81ae6fe
libsmb: Prepare cli_list_send()/recv() for single-issue subreqs

This prepares cli_list_recv() for the lowerlevel NT_STATUS_RETRY that
will come in once cli_list_send() uses cli_smb2_list_send() as well.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/clilist.c