From 5138eb50a3f9fb1b6dc3f49a80f86c92698c4293 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 8 Aug 2012 11:57:33 +0200 Subject: [PATCH] s3:torture:delete: untangle function call from result check --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b1d670e04db..e8051506c75 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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; } -- 2.11.4.GIT