s3: DFS: Change simple is_msdfs_link() call to use SMB_VFS_READ_DFS_PATHAT().
commit967e0e15fc92cefe7f8d3c9b1442c391e67e87a5
authorJeremy Allison <jra@samba.org>
Tue, 11 Feb 2020 21:35:53 +0000 (11 13:35 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 19 Feb 2020 06:19:37 +0000 (19 06:19 +0000)
treedb0e71f099d7afb2968a21dfd61b3323ae292745
parentce94b410867446b997952c368664b5d5cdc36573
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.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 07a3cd56cddfc0e27a75ca76e556e2fdb18c3291)
source3/smbd/msdfs.c