Commit c596c795 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Typo.

parent 3f19bbf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ static int int_engine_configure(char *name, char *value, const CONF *cnf)
		 	 */
			if (!strcmp(ctrlvalue, "EMPTY"))
				ctrlvalue = NULL;
			else if (!strcmp(ctrlname, "init"))
			if (!strcmp(ctrlname, "init"))
				{
				if (!NCONF_get_number_e(cnf, value, "init", &do_init))
					goto err;