mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
s3: smbd: Fix recursive directory delete of a directory containing veto file and msdfs links.
Remove knownfail. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14878 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
ad0082d79a
commit
73de1194c3
@ -1 +0,0 @@
|
||||
^samba3.blackbox.test_veto_rmdir.rmdir can delete directory containing a veto file\(fileserver\)
|
@ -1264,7 +1264,7 @@ static NTSTATUS rmdir_internals(TALLOC_CTX *ctx, struct files_struct *fsp)
|
||||
|
||||
/* Retry the rmdir */
|
||||
ret = SMB_VFS_UNLINKAT(conn,
|
||||
dirfsp,
|
||||
parent_fname->fsp,
|
||||
at_fname,
|
||||
AT_REMOVEDIR);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user