s3:blocking: split smbd_smb1_do_locks_retry() into _try() and _retry()
commite79fcfaaf2ecfca6c3747f6fe4be51f332ebf10d
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Aug 2019 16:34:36 +0000 (13 18:34 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 9 Sep 2019 14:23:39 +0000 (9 14:23 +0000)
tree0ff59f5301ff02a05657406908f3c14f6081ca67
parent2ec9e93a7aac2706b4a5931495d56a7b64f8d894
s3:blocking: split smbd_smb1_do_locks_retry() into _try() and _retry()

This will make it possible to have just one caller to
smbd_do_locks_try() later and use smbd_smb1_do_locks_try()
from within smbd_smb1_do_locks_send().

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113

Reviewed-by: Volker Lendecke <vl@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/blocking.c