smbd: pass dirfsp to mkdir_internal()
authorRalph Boehme <slow@samba.org>
Fri, 10 Apr 2020 13:36:34 +0000 (15:36 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 21 May 2020 05:23:31 +0000 (05:23 +0000)
commit31a4a3a5ca8cf72cb75e5b9d610b569cd01cea29
treeb4b325b98230bd38bd9e4e642c2ece98522a233f
parent0ca3f13b21d7036be031605da67097474a5d1b3b
smbd: pass dirfsp to mkdir_internal()

Not really used for now and marked with

SMB_ASSERT(dirfsp == conn->cwd_fsp)

because it needs to be updated later to work with real dirfsp.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c