ircd: call rehash_authd(), not restart_authd() when rehashing
This commit is contained in:
parent
71c955336e
commit
f60055d32d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue