s3: smbd: Prepare for SMB1 directory handle opens in call_trans2findnext()
commit5388df783e4b60082113086ce6c94e47a841055f
authorJeremy Allison <jra@samba.org>
Wed, 17 Jul 2019 17:46:09 +0000 (17 10:46 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 6 Aug 2019 14:23:33 +0000 (6 14:23 +0000)
treed971e5f447b3e2024089b537c897080acf8f6b38
parent264d6b408e09c2a1758466ec22adb3386f623777
s3: smbd: Prepare for SMB1 directory handle opens in call_trans2findnext()

Call close_file() on any SMB1 directory handle once the dptr is closed.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/trans2.c