summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-11-12 15:38:07 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-11-12 15:38:07 +0000
commit6d5a6aeeabfc976bd0e5aff7f9445982774275ab (patch)
tree58bad9de8b056b878f00f1d299939a0f7e92113e /src/inspsocket.cpp
parent0f87ad0d4b97874823c94a5168a06dcd444ad559 (diff)
Fix double-cull of users quitting due to connection error
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12105 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r--src/inspsocket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index 86104c54d..59f814cc9 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -541,7 +541,6 @@ void StreamSocket::HandleEvent(EventType et, int errornum)
{
ServerInstance->Logs->Log("SOCKET", DEBUG, "Error on FD %d - '%s'", fd, error.c_str());
OnError(errcode);
- ServerInstance->GlobalCulls.AddItem(this);
}
}