mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3:torture:delete: fix a message
This commit is contained in:
parent
595845ca30
commit
4aac6d00a9
@ -4090,7 +4090,7 @@ static bool run_deletetest(int dummy)
|
||||
|
||||
status = cli_close(cli1, fnum1);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
printf("[5] close - 2 failed (%s)\n", nt_errstr(status));
|
||||
printf("[5] close failed (%s)\n", nt_errstr(status));
|
||||
correct = False;
|
||||
goto fail;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user