1
0
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:
Jeremy Allison 2021-10-21 16:18:24 -07:00 committed by Ralph Boehme
parent ad0082d79a
commit 73de1194c3
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
^samba3.blackbox.test_veto_rmdir.rmdir can delete directory containing a veto file\(fileserver\)

View File

@ -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);