diff options
Diffstat (limited to 'source/cServer.cpp')
-rw-r--r-- | source/cServer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cServer.cpp b/source/cServer.cpp index 8462fa915..97bcffaae 100644 --- a/source/cServer.cpp +++ b/source/cServer.cpp @@ -102,7 +102,7 @@ void cServer::ServerListenThread( void *a_Args ) void cServer::ClientDestroying(const cClientHandle * a_Client)
{
- m_SocketThreads.RemoveClient(a_Client);
+ m_SocketThreads.StopReading(a_Client);
}
|