1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 17:16:38 +02:00

Fix rehashing via SIGHUP and m_mysql

This commit is contained in:
Adam
2013-07-04 01:19:40 -04:00
parent 7f971043bc
commit 998925c90a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ void Anope::HandleSignal()
try
{
Configuration::Conf *new_config = new Configuration::Conf();
delete new_config;
delete Config;
Config = new_config;
}
catch (const ConfigException &ex)