diff --git a/src/s_conf.c b/src/s_conf.c index 54ccc0786..652665f8e 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -3218,6 +3218,7 @@ int rehash(aClient *cptr, aClient *sptr, int sig) /* Clean up listen records */ close_listeners(); listen_cleanup(); + close_listeners(); run_configuration(); check_pings(TStime(), 1); sendto_realops("Completed rehash");