s3: smbd: OpenDir() is merely a wrapper around open_dir_safely().
authorJeremy Allison <jra@samba.org>
Wed, 17 Jul 2019 15:56:49 +0000 (08:56 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 24 Jul 2019 07:40:23 +0000 (07:40 +0000)
commit41c94b8b1f0ba312711b5b6c2ba2f27c696b445b
tree551543f69d6d37e38c8b0857bdff4139914478c8
parent9d2fd08249881702a4b4b881688d91576cc71ede
s3: smbd: OpenDir() is merely a wrapper around open_dir_safely().

Preparatory work.

Separate these out internal to source3/smbd/dir.c so I can
give the internal and external uses separate destructor functions
to allow all client requested directory enumeration to move to handle
based functions.

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