s3: smbd: Add new version of dfs_path_lookup() that uses filename_convert_dirfsp().
commit22d4f62537199d9454be312a546e251f04022497
authorJeremy Allison <jra@samba.org>
Tue, 9 Aug 2022 19:07:30 +0000 (9 12:07 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 12 Aug 2022 18:19:31 +0000 (12 18:19 +0000)
treebcb8825ba55eb206f1cdb38f17ad14d8ca6c6bd1
parent6b1224b22012b54b1ae20b682daf61c877362a7b
s3: smbd: Add new version of dfs_path_lookup() that uses filename_convert_dirfsp().

Commented out as not yet used but it's easier to see the
new logic this way.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15144

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