mirror of
https://github.com/anope/anope.git
synced 2026-07-03 08:33:12 +02:00
Fixed eventfd pipeengine to not add the same socket twice
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "services.h"
|
||||
|
||||
Pipe::Pipe() : Socket(-1)
|
||||
Pipe::Pipe() : Socket(-1), WritePipe(-1)
|
||||
{
|
||||
int fds[2];
|
||||
if (pipe(fds))
|
||||
|
||||
Reference in New Issue
Block a user