This commit is contained in:
john30
2015-03-12 23:41:59 +01:00
parent b85f244212
commit 6605440d1b
+1 -2
View File
@@ -218,7 +218,7 @@ void Network::run()
#endif #endif
#endif #endif
for (;;) { while (true) {
#ifdef HAVE_PPOLL #ifdef HAVE_PPOLL
// wait for new fd event // wait for new fd event
@@ -269,7 +269,6 @@ void Network::run()
m_connections.push_back(connection); m_connections.push_back(connection);
logInfo(lf_network, "[%05d] connection opened %s", connection->getID(), socket->getIP().c_str()); logInfo(lf_network, "[%05d] connection opened %s", connection->getID(), socket->getIP().c_str());
} }
} }
} }