1
0
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:
Michael Adam 2012-08-08 12:05:38 +02:00
parent 4aac6d00a9
commit ff5e6e33fd

View File

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