]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:torture:delete: fix a message (counting the opens)
authorMichael Adam <obnox@samba.org>
Wed, 8 Aug 2012 09:24:55 +0000 (11:24 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 9 Aug 2012 13:29:33 +0000 (15:29 +0200)
source3/torture/torture.c

index 0b6f5100a06eb8ab6fcb82c20d8baab17cfe6f02..b12039433c5398098383bf52b18df2dcca8b8911 100644 (file)
@@ -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;
        }