]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Slightly simplify filename_convert_dirfsp_nosymlink()
authorVolker Lendecke <vl@samba.org>
Thu, 10 Oct 2024 08:16:14 +0000 (10:16 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 12 Nov 2024 18:07:33 +0000 (18:07 +0000)
commit82fd2230a8967a29288259d82acca7b6831e717d
tree8f812a4eaec9a54c34933832b5d446728cc5f6a9
parent88abb775dca6d9afe248b266b0868151e0ffbe31
smbd: Slightly simplify filename_convert_dirfsp_nosymlink()

Reference conn->cwd_fsp just once, shrinks next patches

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/filename.c