]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Remove lock_flav argument from smbd_smb1_brl_finish_by_lock().
authorJeremy Allison <jra@samba.org>
Wed, 17 Nov 2021 00:56:02 +0000 (16:56 -0800)
committerNoel Power <npower@samba.org>
Thu, 6 Jan 2022 15:11:38 +0000 (15:11 +0000)
commit07c74582c0f9fd74d00a667879787cdde1de3fb3
treeddf588b03e4d3f255b50b2b0ddd740ed70dfd03a
parent8ec30dade11c85b6f6b55a3ab564167f79ba3b0f
s3: smbd: Remove lock_flav argument from smbd_smb1_brl_finish_by_lock().

We lookup the lock array from the state stored in the passed-in req
and all the locks in an array are always the same flavour, so this
isn't needed.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
source3/smbd/blocking.c
source3/smbd/proto.h
source3/smbd/reply.c