mirror of
https://github.com/anope/anope.git
synced 2026-07-01 02:26:38 +02:00
Do not process() socket engine on shutdown
This commit is contained in:
@@ -56,8 +56,6 @@ void SocketEngine::Init()
|
||||
|
||||
void SocketEngine::Shutdown()
|
||||
{
|
||||
Process();
|
||||
|
||||
for (std::map<int, Socket *>::const_iterator it = Sockets.begin(), it_end = Sockets.end(); it != it_end;)
|
||||
{
|
||||
Socket *s = it->second;
|
||||
|
||||
Reference in New Issue
Block a user