This commit is contained in:
Dr. Stephen Henson 2005-05-12 17:28:53 +00:00
parent 3f19bbf4e3
commit c596c795bf

View File

@ -155,7 +155,7 @@ static int int_engine_configure(char *name, char *value, const CONF *cnf)
*/ */
if (!strcmp(ctrlvalue, "EMPTY")) if (!strcmp(ctrlvalue, "EMPTY"))
ctrlvalue = NULL; ctrlvalue = NULL;
else if (!strcmp(ctrlname, "init")) if (!strcmp(ctrlname, "init"))
{ {
if (!NCONF_get_number_e(cnf, value, "init", &do_init)) if (!NCONF_get_number_e(cnf, value, "init", &do_init))
goto err; goto err;