s3: smbd: Remove dptr_close() from call_trans2findfirst().
commit269fbc9164615d0e6034b873a76552cb138b24ea
authorJeremy Allison <jra@samba.org>
Wed, 17 Jul 2019 20:53:33 +0000 (17 13:53 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 6 Aug 2019 14:23:35 +0000 (6 14:23 +0000)
tree555ea847f19e7f88e9cfdae7d56e6a30e6cac328
parent63e1220a2bb984a89b2f6e20c37f16d15f1a8814
s3: smbd: Remove dptr_close() from call_trans2findfirst().

Now we're handle-based close_file() already does
what is needed to shut down directory enumeration.

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