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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user