s3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLINKAT() in rmdir case.
authorJeremy Allison <jra@samba.org>
Fri, 4 Oct 2019 19:54:05 +0000 (12:54 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 06:09:40 +0000 (06:09 +0000)
commitca5e8938ce36835b5f381379560e77fb6cf9cf90
tree79391e262ece4b8d24c97361887be61d0e3c23fe
parent7991a12e3f2b76220ab9885a98f4b427f035af81
s3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLINKAT() in rmdir case.

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/smbd/close.c