From 3e8438b8f2737112feff25f2fd1aa08cccd8fce5 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 18 Oct 2006 19:15:32 +0000 Subject: Updated it, now it doesn't delete the protocol before telling people about it when shutting down... --- src/connectionmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/connectionmanager.cpp b/src/connectionmanager.cpp index fdc5f83..8b62026 100644 --- a/src/connectionmanager.cpp +++ b/src/connectionmanager.cpp @@ -224,8 +224,8 @@ bool ConnectionManager::shutdownServer() Connection *i = *(lActive.begin()); if( i->isActive() ) { - i->close(); pMonitor->onClosedConnection( i ); + i->close(); lInactive.insert( lInactive.end(), i ); lActive.erase( lActive.begin() ); } -- cgit v1.2.3