1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
(This used to be commit e66be2f519)
This commit is contained in:
Andrew Bartlett 2008-03-06 22:04:46 +11:00
parent 85bf2abee0
commit c24329dc07

View 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;
}