s3: smbd: Use a separate simple destructor for the OpenDir() codepath.
authorJeremy Allison <jra@samba.org>
Wed, 17 Jul 2019 16:31:46 +0000 (09:31 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 24 Jul 2019 07:40:23 +0000 (07:40 +0000)
commiteb5fa8ac8465e621c95da1f03b68da8aae73f6b0
tree355d086911245a22ce71644f999c235b8dec79dc
parentd1441089722b7985df417494f6542e6560e99330
s3: smbd: Use a separate simple destructor for the OpenDir() codepath.

This will help greatly in understanding the code changes later.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/dir.c