]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Introduce handle_share_mode_lease()
authorVolker Lendecke <vl@samba.org>
Wed, 7 Aug 2019 10:15:45 +0000 (12:15 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 19 Aug 2019 23:14:39 +0000 (23:14 +0000)
commit385a7fb196f7a6bdcdeb74b6e8553da7c810c1ca
treea4d6fbab73dbd6baf4c1ebc9f64567de018514b9
parentd4e98b8ae5f08d6e332b15d868e7bf85995974f3
smbd: Introduce handle_share_mode_lease()

This consolidates the core share_mode_lock access of open_file_ntcreate
into one routine.

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