r21504: for simo...
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Feb 2007 16:26:18 +0000 (16:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:46 +0000 (14:48 -0500)
metze
(This used to be commit f773b1dc6fc39e59a2d71d7d017a63512a95cfa8)

source4/torture/libnet/libnet_BecomeDC.c

index 9084c646553ce04917e267ef555925564f0eb311..abc971cf3593de139ee34e66ff54dc09f70cc786 100644 (file)
@@ -812,7 +812,7 @@ BOOL torture_net_become_dc(struct torture_context *torture)
                goto cleanup;
        }
 
-       if (lp_parm_bool(-1, "become dc", "donnot leave", False)) {
+       if (lp_parm_bool(-1, "become dc", "do not unjoin", false)) {
                talloc_free(s);
                return ret;
        }