]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Revert "smbd: Simplify filename_convert_dirfsp()"
authorVolker Lendecke <vl@samba.org>
Tue, 19 Nov 2024 10:48:12 +0000 (11:48 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 22 Nov 2024 09:50:37 +0000 (09:50 +0000)
commit76f5156906139559d4414fe9bf1b4938780000c5
tree591eee24ae719cdccd662aaa0a16fbff2799db1e
parentec64f81df92355e0e48cd774f4bc54192b0f0074
smbd: Revert "smbd: Simplify filename_convert_dirfsp()"

This reverts commit bd30c9c128c203c3ed4b123b651862a9953f6cf2.

While this does indeed slightly simplify code, it simplifies too much: Soon we
will need filename_convert_dirfsp_nosymlink raw without looking at
UCF_LCOMP_LNK_OK. So in hindsight this went too far.

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