mirror of
https://github.com/anope/anope.git
synced 2026-07-01 03:06:37 +02:00
Fixed a typo in the epoll socket engine with clearing events
This commit is contained in:
@@ -98,7 +98,7 @@ class SocketEngineEPoll : public SocketEngineBase
|
||||
s->SetFlag(SF_WRITABLE);
|
||||
}
|
||||
|
||||
void ClearWriteble(Socket *s)
|
||||
void ClearWritable(Socket *s)
|
||||
{
|
||||
if (!s->HasFlag(SF_WRITABLE))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user