s3: DFS: Change dfs_path_lookup() to return struct referral list and count directly.
commit1668c9ee15b421093756ac9d709f55ce3e808791
authorJeremy Allison <jra@samba.org>
Wed, 12 Feb 2020 21:17:51 +0000 (12 13:17 -0800)
committerRalph Boehme <slow@samba.org>
Tue, 18 Feb 2020 21:08:33 +0000 (18 21:08 +0000)
tree9d1bf5fbd7706464b375ea240c0883970f2d049b
parent1ffc52abedae9787f745795a4f502c26b4c005d1
s3: DFS: Change dfs_path_lookup() to return struct referral list and count directly.

Remove external parse of returned link targetpath, expose
the parsing previously added to dfs_path_lookup().

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