s3: smbd: Change rmdir_internals() to call SMB_VFS_UNLINKAT() in rmdir cases.
authorJeremy Allison <jra@samba.org>
Fri, 4 Oct 2019 20:51:09 +0000 (13:51 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 06:09:40 +0000 (06:09 +0000)
commit4ce152f1c43a2eb5c96da2f24b3829e4118774e2
tree1cf35868991d02ace4ec9903f400d293db8ba4c3
parentca5e8938ce36835b5f381379560e77fb6cf9cf90
s3: smbd: Change rmdir_internals() to call SMB_VFS_UNLINKAT() in rmdir cases.

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