smbd: Simplify smb_q_posix_symlink()
authorVolker Lendecke <vl@samba.org>
Sun, 11 Feb 2024 12:10:01 +0000 (13:10 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 23 Apr 2024 17:53:36 +0000 (17:53 +0000)
commit88921ac177421c25827092df3f063baa80f9f4bf
tree0f9e2685ee862cdcb14c0d87dc7c1114b8cd8a54
parente35b3af2e8b82678b2d77ea39a132f6ecaca9991
smbd: Simplify smb_q_posix_symlink()

Use the dirfsp from call_trans2qpathinfo(), avoid a call to parent_pathref()

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