smbd: Pass "dirfsp" and "smb_fname" to reopen_from_fsp()
authorVolker Lendecke <vl@samba.org>
Tue, 18 Jan 2022 20:19:40 +0000 (21:19 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 11 Mar 2022 18:22:28 +0000 (18:22 +0000)
commite316f82bb734da840c1d7562c64c39acba48ec1b
tree2a2768b17f2e859003232ea93d1dd38fecb231b6
parent0fedcf5939aecee71bc1d0699d05a78812b5343a
smbd: Pass "dirfsp" and "smb_fname" to reopen_from_fsp()

Lift the conn->cwd_fsp reference one level, we might want to pass in a
real dirfsp in the future.

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