s3: smbd: Switch get_referred_path() over to use the new dfs_path_lookup().
commit88e8bfec59412fdc0e83251fef60b45d2cc3a884
authorJeremy Allison <jra@samba.org>
Tue, 9 Aug 2022 19:11:07 +0000 (9 12:11 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 12 Aug 2022 18:19:31 +0000 (12 18:19 +0000)
tree0aeaf2076fa89fb203096e4ef1330e29b3004a52
parent22d4f62537199d9454be312a546e251f04022497
s3: smbd: Switch get_referred_path() over to use the new dfs_path_lookup().

New function doesn't need a TWRP argument and returns NT_STATUS_OK
on successful redirect, not NT_STATUS_PATH_NOT_COVERED.

Comment out the old dfs_path_lookup().

There are now no more users of unix_convert().

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