svn commit: samba r23561 - in branches/SAMBA_4_0/source/torture/rpc: .

obnox at samba.org obnox at samba.org
Thu Jun 21 11:14:12 GMT 2007


Author: obnox
Date: 2007-06-21 11:14:12 +0000 (Thu, 21 Jun 2007)
New Revision: 23561

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23561

Log:
Fix an output message.


Modified:
   branches/SAMBA_4_0/source/torture/rpc/winreg.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/winreg.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/winreg.c	2007-06-21 10:18:20 UTC (rev 23560)
+++ branches/SAMBA_4_0/source/torture/rpc/winreg.c	2007-06-21 11:14:12 UTC (rev 23561)
@@ -758,7 +758,7 @@
 
 	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;
 	}
 



More information about the samba-cvs mailing list