1
0
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:
Adam
2012-10-05 05:49:21 -04:00
parent 94fc2ba9c9
commit 25fe9c7084
4 changed files with 0 additions and 8 deletions
-2
View File
@@ -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;