diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-03-02 03:23:18 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-03-02 03:23:18 +0000 |
commit | 9b2cb52a12bf17d23417e689a1c07765d3bdaed5 (patch) | |
tree | 0622354f9be12fb836af47033d097ff60b7d989c /src/inspsocket.cpp | |
parent | a018f26eddbc72fdbf87fe5ee89112a53311fff1 (diff) |
Fix some more incorrect socket use
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12585 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r-- | src/inspsocket.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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); |