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
4aac6d00a9
commit
ff5e6e33fd
@ -4160,7 +4160,7 @@ static bool run_deletetest(int dummy)
|
||||
|
||||
status = cli_close(cli1, fnum1);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
printf("[7] close - 2 failed (%s)\n", nt_errstr(status));
|
||||
printf("[7] close - 1 failed (%s)\n", nt_errstr(status));
|
||||
correct = False;
|
||||
goto fail;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user