From 453050a6b6c6f880b1679c91ad658c9de298e1b0 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 9 Feb 2009 19:02:32 +0000 Subject: 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 --- src/socketengine_kqueue.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/socketengine_kqueue.cpp') 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; -- cgit v1.3.1-10-gc9f91