From 1d657e0b0893f9cb43ec88e27ac1a9b50f20f178 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Sat, 2 Apr 2016 20:10:56 -0500 Subject: [PATCH] authproc: rehash on authd restart This is a hack for now so it gets the config again. --- ircd/authproc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ircd/authproc.c b/ircd/authproc.c index 58d665274..4f1a5496c 100644 --- a/ircd/authproc.c +++ b/ircd/authproc.c @@ -345,6 +345,7 @@ restart_authd_cb(rb_helper * helper) } start_authd(); + rehash(false); /* FIXME - needed to reload authd configuration */ } void