s3: smbd: In smb_file_link_information() and smb_file_rename_information() the target...
commit777e324efbbfadf7e1afdabf2c465102f07c9301
authorJeremy Allison <jra@samba.org>
Thu, 30 Mar 2023 20:02:01 +0000 (30 13:02 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 31 Mar 2023 05:12:32 +0000 (31 05:12 +0000)
treeb50d6b81fc042ae051752ff82cbcf2506b20d2a5
parentf32215dbac26db796905ddd4863f1df22a964cd6
s3: smbd: In smb_file_link_information() and smb_file_rename_information() the target path is never DFS.

Ensure we strip from ucs_flags before calling filename_convert_dirfsp().

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