smbd: Simplify smb_set_file_unix_link()
authorVolker Lendecke <vl@samba.org>
Mon, 12 Feb 2024 09:26:28 +0000 (10:26 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 23 Apr 2024 17:53:36 +0000 (17:53 +0000)
commit190ae0796ebaaf4f2fc2479f81637207d1fa8934
tree7cb9305a45a2e000b996d0da4c88472caf27fcb4
parent88921ac177421c25827092df3f063baa80f9f4bf
smbd: Simplify smb_set_file_unix_link()

Avoid a call to parent_pathref, use the dirfsp that already exists

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb1_trans2.c