This commit is contained in:
Dr. Stephen Henson 2005-05-12 17:27:48 +00:00
parent c4d9c13a31
commit e1ff593dcb

View File

@ -158,7 +158,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;