Typo.
This commit is contained in:
parent
c4d9c13a31
commit
e1ff593dcb
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user