From 9b2cb52a12bf17d23417e689a1c07765d3bdaed5 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 2 Mar 2010 03:23:18 +0000 Subject: Fix some more incorrect socket use git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12585 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspsocket.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/inspsocket.cpp') diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index e3b8f8c8a..c20b76dd7 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -446,11 +446,6 @@ void SocketTimeout::Tick(time_t) // connection. this->sock->OnTimeout(); this->sock->OnError(I_ERR_TIMEOUT); - - /* NOTE: We must set this AFTER DelFd, as we added - * this socket whilst writeable. This means that we - * must DELETE the socket whilst writeable too! - */ this->sock->state = I_ERROR; ServerInstance->GlobalCulls.AddItem(sock); -- cgit v1.2.3