s3: smbd: In is_msdfs_link(), change to dirfsp, atname parameters.
authorJeremy Allison <jra@samba.org>
Tue, 13 Jul 2021 00:44:10 +0000 (17:44 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 14 Jul 2021 08:09:31 +0000 (08:09 +0000)
commitc62807e3e1ad9635c0740ee12f3588a4ce2e9a6c
treec686a8ea2237d6c392f2356fb1e1c5a97c91d582
parent3b71ead1cc096eaf28edfd2c30f374a89c30f7b7
s3: smbd: In is_msdfs_link(), change to dirfsp, atname parameters.

Remember to update the smb_fname->st struct inside check_msdfs_link(),
as we now pass the atname to is_msdfs_link(), not the smb_fname.

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