smbd: Don't pass lease_idx down to set_share_mode()
authorVolker Lendecke <vl@samba.org>
Tue, 18 Sep 2018 09:31:27 +0000 (11:31 +0200)
committerChristof Schmitt <cs@samba.org>
Sun, 14 Apr 2019 04:01:32 +0000 (04:01 +0000)
commit552faa910fdcfb95602440096ec3fac9e6015177
treee384f8d413dad5fdb66047c43d7b06e8af9b53aa
parentc54d27b12c7a978671fcea752da552d84a7e3668
smbd: Don't pass lease_idx down to set_share_mode()

Temporary patch to keep the code running. The new code in set_share_mode() will
leave again once the patchset to remove share_mode_lease and thus the lease_idx
in share_mode_entry goes away.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
source3/locking/locking.c
source3/locking/proto.h
source3/smbd/open.c