Fix typo
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Mar 2008 11:04:46 +0000 (22:04 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Mar 2008 11:04:46 +0000 (22:04 +1100)
(This used to be commit e66be2f519584717abd7fc1f069bf7afe0d7ff60)

source4/torture/libnet/libnet_BecomeDC.c

index 4a3f7b5f615a8d9d58bf0a08022b507052a80eb2..3f8edd40e845d65215052b64893c7ea155ac4a81 100644 (file)
@@ -704,7 +704,7 @@ bool torture_net_become_dc(struct torture_context *torture)
        }
 
        /* Make sure we get this from the command line */
-       if (lp_parm_bool(toture->lp_ctx, NULL, "become dc", "do not unjoin", false)) {
+       if (lp_parm_bool(torture->lp_ctx, NULL, "become dc", "do not unjoin", false)) {
                talloc_free(s);
                return ret;
        }