mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
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:
parent
8e0a882551
commit
1cb625e2a2
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user