From 34bc7caeae8ce20aa5897c7edaf9f07cc7d55fdc Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Sat, 2 Apr 2016 22:33:19 -0500 Subject: [PATCH] Send enabling message to opm at the end of opm block. --- ircd/newconf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ircd/newconf.c b/ircd/newconf.c index 6ae41a80..b04ca6d5 100644 --- a/ircd/newconf.c +++ b/ircd/newconf.c @@ -2110,6 +2110,9 @@ end: rb_free(scanner); } + if(!fail) + opm_check_enable(true); + rb_free(yy_opm_address_ipv4); rb_free(yy_opm_address_ipv6); return 0;