mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
s3:torture:delete: untangle function call from result check
This commit is contained in:
@ -4143,7 +4143,8 @@ static bool run_deletetest(int dummy)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
if (!NT_STATUS_IS_OK(cli_nt_delete_on_close(cli1, fnum1, true))) {
|
||||
status = cli_nt_delete_on_close(cli1, fnum1, true);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
printf("[7] setting delete_on_close on file failed !\n");
|
||||
correct = False;
|
||||
goto fail;
|
||||
|
Reference in New Issue
Block a user