s3: VFS: vfs_recycle: Change use of SMB_VFS_NEXT_MKDIR -> SMB_VFS_NEXT_MKDIRAT.
commit497c27a4694f9563145c4de90af753e747c5ad0c
authorJeremy Allison <jra@samba.org>
Fri, 6 Sep 2019 16:51:47 +0000 (6 09:51 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 11 Sep 2019 18:24:30 +0000 (11 18:24 +0000)
treed6b3702ff2497337c7be1c0341f7d77da8790a0f
parent91e24b04de059c9e3490904373f1e92db6896486
s3: VFS: vfs_recycle: Change use of SMB_VFS_NEXT_MKDIR -> SMB_VFS_NEXT_MKDIRAT.

Use conn->cwd_fsp as current fsp.

No logic change for now.

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