The share mode exclusion will prevent deletion of open directory
enumeration handles.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
files_struct *fsp = NULL;
int info = 0;
uint32_t ucf_flags = ucf_flags_from_smb_request(req);
- struct smbd_server_connection *sconn = req->sconn;
START_PROFILE(SMBrmdir);
reply_outbuf(req, 0, 0);
}
- dptr_closepath(sconn, smb_dname->base_name, req->smbpid);
-
DEBUG(3, ("rmdir %s\n", smb_fname_str_dbg(smb_dname)));
out:
TALLOC_FREE(smb_dname);