mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
torture3: Fix an error check in torture_delete_fn()
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
3fc5f9f409
commit
08f4ee6cab
@ -513,7 +513,7 @@ static NTSTATUS torture_delete_fn(struct file_info *finfo,
|
|||||||
FILE_ATTRIBUTE_SYSTEM,
|
FILE_ATTRIBUTE_SYSTEM,
|
||||||
torture_delete_fn,
|
torture_delete_fn,
|
||||||
cli);
|
cli);
|
||||||
if (NT_STATUS_IS_OK(status)) {
|
if (!NT_STATUS_IS_OK(status)) {
|
||||||
printf("torture_delete_fn: cli_list "
|
printf("torture_delete_fn: cli_list "
|
||||||
"of %s failed (%s)\n",
|
"of %s failed (%s)\n",
|
||||||
subdirname,
|
subdirname,
|
||||||
|
Loading…
Reference in New Issue
Block a user