mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
vfs_posix_eadb: support real dirfsps in posix_eadb_unlinkat()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
304e7955f1
commit
469ff4ad0e
@ -426,7 +426,6 @@ static int posix_eadb_unlinkat(vfs_handle_struct *handle,
|
||||
{
|
||||
int ret;
|
||||
|
||||
SMB_ASSERT(dirfsp == dirfsp->conn->cwd_fsp);
|
||||
if (flags & AT_REMOVEDIR) {
|
||||
ret = posix_eadb_rmdir_internal(handle,
|
||||
dirfsp,
|
||||
|
Loading…
Reference in New Issue
Block a user