smbd: Lift up conn->cwd from openat_pathref_dirfsp_nosymlink()
commit03660778f07879baa31f9bd47d89db58a0b2718b
authorVolker Lendecke <vl@samba.org>
Tue, 16 May 2023 09:13:35 +0000 (16 11:13 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 30 Jun 2023 10:42:36 +0000 (30 10:42 +0000)
tree1f6bdd5844bb36a78b4e827354279bb7f419943f
parent8b651a68471805fd02442500f0724a83a943171a
smbd: Lift up conn->cwd from openat_pathref_dirfsp_nosymlink()

The goal of this patch is to make the next patches smaller. Next
patches will also make openat_pathref_dirfsp_nosymlink() open real
files, not only directories.

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