r23561: Fix an output message.
authorMichael Adam <obnox@samba.org>
Thu, 21 Jun 2007 11:14:12 +0000 (11:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:53:28 +0000 (14:53 -0500)
source/torture/rpc/winreg.c

index 7a18c2cefdfbcaaead2fe49c4ba1a05292d8e5f6..35b313c82991d124cbc39e7f5b2aea702db7b06a 100644 (file)
@@ -758,7 +758,7 @@ static bool test_Open(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
 
        if (created && deleted && 
            test_OpenKey(p, mem_ctx, &handle, TEST_KEY1, &newhandle)) {
-               printf("DeleteKey failed (OpenKey after Delete didn't work)\n");
+               printf("DeleteKey failed (OpenKey after Delete worked)\n");
                ret = false;
        }