mirror of
https://github.com/anope/anope.git
synced 2026-06-28 23:26:39 +02:00
Do not process() socket engine on shutdown
This commit is contained in:
@@ -52,8 +52,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