mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Remove craq
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8592 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
c68ed91549
commit
44ff49b0b1
@ -121,8 +121,6 @@ int EPollEngine::DispatchEvents()
|
||||
int errcode;
|
||||
int i = epoll_wait(EngineHandle, events, MAX_DESCRIPTORS, 1000);
|
||||
|
||||
ServerInstance->Log(DEBUG,"Events: %d %d", i, CurrentSetSize);
|
||||
|
||||
for (int j = 0; j < i; j++)
|
||||
{
|
||||
if (events[j].events & EPOLLHUP)
|
||||
|
Loading…
x
Reference in New Issue
Block a user