]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Remove an unnecessary call to SMB_VFS_STAT()
authorVolker Lendecke <vl@samba.org>
Tue, 31 Dec 2024 11:36:12 +0000 (12:36 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 24 Jan 2025 00:06:14 +0000 (00:06 +0000)
commitc2083fa66122e17d743fd57baed45033c8ffc472
tree1d650e2e2c9df5f17faa9762371a76173ce3d20b
parentab121447a51dd0c3892f472ebb8366cc633e0959
smbd: Remove an unnecessary call to SMB_VFS_STAT()

filename_convert_dirfsp() already takes care of looking up the last
component if it's there.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jan 24 00:06:14 UTC 2025 on atb-devel-224
source3/smbd/smb1_reply.c