mirror of
https://github.com/anope/anope.git
synced 2026-07-07 08:53:11 +02:00
Fixed eventfd pipeengine to not add the same socket twice
This commit is contained in:
@@ -5,8 +5,6 @@ Pipe::Pipe() : Socket(eventfd(0, EFD_NONBLOCK))
|
||||
{
|
||||
if (this->Sock < 0)
|
||||
throw CoreException("Could not create pipe: " + Anope::LastError());
|
||||
|
||||
SocketEngine::AddSocket(this);
|
||||
}
|
||||
|
||||
Pipe::~Pipe()
|
||||
|
||||
Reference in New Issue
Block a user