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:
parent
5bc7c77cd8
commit
5138eb50a3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user