mirror of
https://github.com/anope/anope.git
synced 2026-07-08 21:33:12 +02:00
Made Anope able to process normally when disconnected from the uplink and not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
This commit is contained in:
@@ -136,7 +136,7 @@ class DBMySQL : public Module
|
||||
if (operserv)
|
||||
this->AddCommand(operserv->Bot(), &commandsqlsync);
|
||||
|
||||
if (uplink_server)
|
||||
if (CurrentUplink)
|
||||
OnServerConnect();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user