smbd: Avoid two else statements
authorVolker Lendecke <vl@samba.org>
Thu, 10 Mar 2022 14:50:42 +0000 (15:50 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 11 Mar 2022 18:22:28 +0000 (18:22 +0000)
commit7153c2c4454ef680106c4865c11958430243baf8
tree791029ddfc3c1a1980264613d92594dec35b8bd3
parent1b304efef2859a29c922b160762e14d866665c13
smbd: Avoid two else statements

We return in the if-clause

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