1
0
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:
Adam
2011-08-21 17:26:54 -04:00
parent f54ab5e2ca
commit d5749c11f3
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "services.h"
Pipe::Pipe() : Socket(-1)
Pipe::Pipe() : Socket(-1), WritePipe(-1)
{
int fds[2];
if (pipe(fds))