smbd: Simplify lease_match() a bit
authorVolker Lendecke <vl@samba.org>
Fri, 27 Jul 2018 12:16:20 +0000 (14:16 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 7 Sep 2018 15:26:18 +0000 (17:26 +0200)
commit45a2e3eb536f07cec1447b2de566c5840cd71074
tree794c914b19ae8ca7c5b7bb19ec8ec5b35b4918ff
parent9108572039e42fbc0ec540d8a89764d81597dd5d
smbd: Simplify lease_match() a bit

This has been implicitly initialized to 0 with the explicit struct
initializer above.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/open.c