Missed one, thx peavey!

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10972 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2009-01-18 13:12:22 +00:00
parent 8e0a882551
commit 1cb625e2a2

View File

@ -181,7 +181,7 @@ int KQueueEngine::DispatchEvents()
if (ref[ke_list[j].ident])
ref[ke_list[j].ident]->HandleEvent(EVENT_WRITE);
}
if (ke_list[j].flags == EVFILT_READ)
if (ke_list[j].filter == EVFILT_READ)
{
ReadEvents++;
if (ref[ke_list[j].ident])