From: Michael Adam Date: Wed, 8 Aug 2012 09:24:55 +0000 (+0200) Subject: s3:torture:delete: fix a message (counting the opens) X-Git-Tag: samba-4.0.0beta6~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=595845ca301ec30fbdeea76b06d0545ba4788dbb;p=thirdparty%2Fsamba.git s3:torture:delete: fix a message (counting the opens) --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 0b6f5100a06..b12039433c5 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3968,7 +3968,7 @@ static bool run_deletetest(int dummy) FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE, FILE_OPEN, 0, 0, &fnum2); if (!NT_STATUS_IS_OK(status)) { - printf("[3] open - 2 of %s failed (%s)\n", fname, nt_errstr(status)); + printf("[3] open - 3 of %s failed (%s)\n", fname, nt_errstr(status)); correct = False; goto fail; }