]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: libsmb: Call cli_dfs_target_check() from cli_smb2_hardlink_send().
authorJeremy Allison <jra@samba.org>
Thu, 3 Feb 2022 22:51:13 +0000 (14:51 -0800)
committerNoel Power <npower@samba.org>
Fri, 4 Feb 2022 11:10:33 +0000 (11:10 +0000)
commit4bdbe3c2fc0c35635474ae526896b28f55142aca
treea2d4fcd81451ec2a301b52c1abe3484789a0c0a1
parent2abba0ea109d7a3a0b0cb4a7030293f70c2d9d8a
s3: libsmb: Call cli_dfs_target_check() from cli_smb2_hardlink_send().

Currently we don't pass MSDFS names as targets here, but a caller
may erroneously do this later, and for non-DFS names this is a no-op.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
source3/libsmb/clifile.c