]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Remove non_widelink_open()
authorVolker Lendecke <vl@samba.org>
Mon, 21 Oct 2024 07:41:06 +0000 (09:41 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 12 Nov 2024 19:21:11 +0000 (19:21 +0000)
commitc7839facdbcf551d50179340ead4418f4d7384d3
treeca17d571c8665697fc4f0b1fac8ce4c780f426aa
parent31eac22e08029a5bb41432a946017b3eb5f71d78
smbd: Remove non_widelink_open()

Better look at the final code, not at the patch. The idea is to call
filename_convert_dirfsp() from fd_openat() and just have one place to
follow symlinks.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue Nov 12 19:21:11 UTC 2024 on atb-devel-224
source3/smbd/open.c