reverted disconnecting

This commit is contained in:
HanzZ 2011-07-24 23:14:40 +02:00
parent 7779ba775e
commit 3b8c1f07c3

View file

@ -228,8 +228,8 @@ void NetworkPluginServer::handleSessionFinished(Backend *c) {
(*it)->handleDisconnected("Internal Server Error, please reconnect.");
}
c->connection->onDisconnected.disconnect_all_slots();
c->connection->onDataRead.disconnect_all_slots();
// c->connection->onDisconnected.disconnect_all_slots();
// c->connection->onDataRead.disconnect_all_slots();
m_clients.remove(c);
delete c;