s3: DFS: Change simple is_msdfs_link() call to use SMB_VFS_READ_DFS_PATHAT().
authorJeremy Allison <jra@samba.org>
Tue, 11 Feb 2020 21:35:53 +0000 (13:35 -0800)
committerRalph Boehme <slow@samba.org>
Tue, 18 Feb 2020 21:08:33 +0000 (21:08 +0000)
commit07a3cd56cddfc0e27a75ca76e556e2fdb18c3291
tree09c52c31f23e40769cadf1f00e48588da7b040c2
parent0528584482f798753d636675da778917f50ca845
s3: DFS: Change simple is_msdfs_link() call to use SMB_VFS_READ_DFS_PATHAT().

This will need an extra dirfsp parameter in future, but this
is the easiest change for now.

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