]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:blocking: make use of smbd_smb1_do_locks_try() in smbd_smb1_do_locks_send()
authorStefan Metzmacher <metze@samba.org>
Thu, 15 Aug 2019 18:09:55 +0000 (20:09 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 9 Sep 2019 14:23:41 +0000 (14:23 +0000)
commit8975673e3c3f9f7dbdb7ba7562bb81a62cd24e2e
treee98dbed9fa28358528ebb52a0f725c2aff026d28
parent6e30a89b3f00ad55391454fbaa1272074e1962f0
s3:blocking: make use of smbd_smb1_do_locks_try() in smbd_smb1_do_locks_send()

We only need the logic to call smbd_smb1_do_locks_check() and a possible
retry once in smbd_smb1_do_locks_try().

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

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