diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/trans2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 701f26246e..ac6f8cd9e3 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -6080,7 +6080,7 @@ static NTSTATUS smb_file_link_information(connection_struct *conn, conn, req->flags2 & FLAGS2_DFS_PATHNAMES, newname, - 0, + UCF_SAVE_LCOMP, NULL, &smb_fname_dst); if (!NT_STATUS_IS_OK(status)) { |