From: Michael Adam Date: Wed, 8 Aug 2012 09:57:33 +0000 (+0200) Subject: s3:torture:delete: untangle function call from result check X-Git-Tag: samba-4.0.0beta6~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5138eb50a3f9fb1b6dc3f49a80f86c92698c4293;p=thirdparty%2Fsamba.git s3:torture:delete: untangle function call from result check --- 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; }