summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-05 20:08:51 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-05 20:08:51 +0000
commit9a52a667163a6abc5b83fd268b55c9062b55131f (patch)
treeba92b20ce0cfdd404d9509fe93fc2ac0f1f96024 /src/inspsocket.cpp
parentf631009527f3e615416f693e3a95266832a101bd (diff)
Move quitting of clients to a central Cull List, and do quitting outside userrec and in main loop.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6497 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r--src/inspsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index 6fd7785e4..c4abde509 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -88,7 +88,7 @@ InspSocket::InspSocket(InspIRCd* SI, const std::string &ipaddr, int aport, bool
}
return;
}
- }
+ }
}
else
{