diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-02-22 16:26:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:46 -0500 |
commit | 5d15ba663a907b0ac0e3c9ae77325256b380937f (patch) | |
tree | ab3dafbc06cbcc01d70f11ac85f07034c0c637c8 /source4/torture | |
parent | 6cb8ac851ca07317c6c2159481d313c60759a057 (diff) | |
download | samba-5d15ba663a907b0ac0e3c9ae77325256b380937f.tar.gz samba-5d15ba663a907b0ac0e3c9ae77325256b380937f.tar.bz2 samba-5d15ba663a907b0ac0e3c9ae77325256b380937f.zip |
r21504: for simo...
metze
(This used to be commit f773b1dc6fc39e59a2d71d7d017a63512a95cfa8)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/libnet/libnet_BecomeDC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/libnet/libnet_BecomeDC.c b/source4/torture/libnet/libnet_BecomeDC.c index 9084c64655..abc971cf35 100644 --- a/source4/torture/libnet/libnet_BecomeDC.c +++ b/source4/torture/libnet/libnet_BecomeDC.c @@ -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; } |