smbd: use SMB_VFS_CREATE_FILE() in call_trans2mkdir()
authorRalph Boehme <slow@samba.org>
Wed, 28 Oct 2020 09:35:59 +0000 (10:35 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 16 Dec 2020 09:08:31 +0000 (09:08 +0000)
commitd9e9f063ddaa5465c97d52e8edf25d957b1bddee
tree4ce138f41036846f26d06b04e12c1125ae82018a
parent3d8237a87011ff0ab680fc4c609d7455cf843a0f
smbd: use SMB_VFS_CREATE_FILE() in call_trans2mkdir()

Use SMB_VFS_CREATE_FILE() instead of the create_directory() in order to have a
fsp that we can pass to set_ea().

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