smbd: Use share_mode_entry's lease data in delay_for_oplock()
authorVolker Lendecke <vl@samba.org>
Wed, 10 Apr 2019 12:05:15 +0000 (14:05 +0200)
committerChristof Schmitt <cs@samba.org>
Sun, 14 Apr 2019 04:01:31 +0000 (04:01 +0000)
commit70fd809db6b3d67077e42338e1b68310754278e2
tree611e71a1ac00f40812ac9e8fe1b7b56d7d6c744a
parent10a60df1ccc5e5992c63802861589fb81372f64e
smbd: Use share_mode_entry's lease data in delay_for_oplock()

This was the last "share_mode_lease" reference in this function, remove
variable "l".

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