aboutsummaryrefslogtreecommitdiffstats
path: root/src/socketengine_kqueue.cpp
diff options
context:
space:
mode:
authorGravatar w00t2009-02-09 19:02:32 +0000
committerGravatar w00t2009-02-09 19:02:32 +0000
commit453050a6b6c6f880b1679c91ad658c9de298e1b0 (patch)
tree1597cc394beff327b99579ec94f242b0cbe6fd37 /src/socketengine_kqueue.cpp
parentFix compile. (diff)
Three commits and I'm still going, dammit.
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11076 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/socketengine_kqueue.cpp')
-rw-r--r--src/socketengine_kqueue.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socketengine_kqueue.cpp b/src/socketengine_kqueue.cpp
index f4a505e48..b980746ff 100644
--- a/src/socketengine_kqueue.cpp
+++ b/src/socketengine_kqueue.cpp
@@ -148,7 +148,6 @@ int KQueueEngine::DispatchEvents()
* Unlike smelly epoll and select, where we have to getsockopt
* to get the error, this saves us time and cpu cycles. Go BSD!
*/
- ErrorEvents++;
if (ref[ke_list[j].ident])
ref[ke_list[j].ident]->HandleEvent(EVENT_ERROR, ke_list[j].fflags);
continue;