mirror of
https://github.com/anope/anope.git
synced 2026-07-01 19:26:40 +02:00
Rewrote the config reader to better handle invalid configs.
This prevents Anope from exploding when /os reload has errors.
This commit is contained in:
@@ -128,7 +128,7 @@ class SSLModule : public Module
|
||||
{
|
||||
try
|
||||
{
|
||||
new SSLSocket(u->host, u->port, Config.LocalHost, u->ipv6);
|
||||
new SSLSocket(u->host, u->port, Config->LocalHost, u->ipv6);
|
||||
Alog() << "Connected to Server " << Number << " (" << u->host << ":" << u->port << ")";
|
||||
}
|
||||
catch (const SocketException &ex)
|
||||
|
||||
Reference in New Issue
Block a user