1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3:torture:delete: untangle function call from result check

This commit is contained in:
Michael Adam 2012-08-08 11:57:33 +02:00
parent 5bc7c77cd8
commit 5138eb50a3

View File

@ -4122,7 +4122,7 @@ static bool run_deletetest(int dummy)
status = cli_close(cli1, fnum1);
if (!NT_STATUS_IS_OK(status)) {
printf("[6] close - 2 failed (%s)\n", nt_errstr(status));
printf("[6] close failed (%s)\n", nt_errstr(status));
correct = False;
goto fail;
}