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