s3: smbd: Prepare for SMB1 directory handle opens in reply_findclose()
authorJeremy Allison <jra@samba.org>
Wed, 17 Jul 2019 17:42:21 +0000 (10:42 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 6 Aug 2019 14:23:33 +0000 (14:23 +0000)
commit61c239fcec1589d078678e729a19920adfe198f6
tree76d8ad234139f65cd367524c793b2a3908e44268
parentb055f1ac7b69ede807eead360b7ffb9c65dea53c
s3: smbd: Prepare for SMB1 directory handle opens in reply_findclose()

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