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:48:46 +0000 (10:48 -0700)
commit5f2d35c97df40e65c8776b5199c51b7b133c4be9
tree0f9e2685ee862cdcb14c0d87dc7c1114b8cd8a54
parentbb7c9b25059d3ffe182fe219f57b83051f4d2c5a
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