]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Don't print cwd before tcon is done
authorVolker Lendecke <vl@samba.org>
Mon, 21 Oct 2024 10:20:55 +0000 (12:20 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 12 Nov 2024 13:44:32 +0000 (13:44 +0000)
commit0ab88a1fe7b48bd22e8516849ad4f21e9365fcd9
treed51f920a9e99385899f872c80fec424946f8b076
parentf8994bc2890fa83ffffb4bbd89214d78968e7e04
smbd: Don't print cwd before tcon is done

vfs_GetWd depends upon a current tcon in fake_acls, otherwise it will
call openat with an invalid dirfd on a relative pathname.

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