s3: smbd: Change create_msdfs_link() to call SMB_VFS_UNLINKAT().
commit66d86efb9a19285a09940f4f359c80dfd59cddd6
authorJeremy Allison <jra@samba.org>
Fri, 13 Sep 2019 18:17:45 +0000 (13 11:17 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:48 +0000 (26 17:20 +0000)
tree0406032383efd653aec42a24a1edc006f790247e
parent244c3820a87e4273b1135959d197ec9fd30866a7
s3: smbd: Change create_msdfs_link() to call SMB_VFS_UNLINKAT().

Use conn->cwd_fsp as current fsp. Rework to modern standards.

No logic change for now.

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