ircd: call rehash_authd(), not restart_authd() when rehashing

This commit is contained in:
William Pitcock 2016-01-16 00:04:07 -06:00
parent 71c955336e
commit f60055d32d

View file

@ -647,7 +647,7 @@ rehash(int sig)
"Got signal SIGHUP, reloading ircd conf. file");
}
restart_authd();
rehash_authd();
/* don't close listeners until we know we can go ahead with the rehash */
read_conf_files(NO);