mirror of
https://github.com/anope/anope.git
synced 2026-06-28 11:26:37 +02:00
Changed the log:normal config directive to a list like the other log values, and fixed a potential crash from rehashing while sending mail
This commit is contained in:
+1
-1
@@ -255,7 +255,7 @@ void sighandler(int signum)
|
||||
{
|
||||
#ifndef _WIN32
|
||||
case SIGHUP:
|
||||
Log() << "Received SIGHUP: Saving Databases & Rehash Configuration";
|
||||
Log() << "Received SIGHUP: Saving databases & rehashing configuration";
|
||||
|
||||
expire_all();
|
||||
save_databases();
|
||||
|
||||
Reference in New Issue
Block a user