Commit 318f80d1 authored by Ryan Walklin's avatar Ryan Walklin

Fix EventPipe file descriptors

parent 9df8b32f
...@@ -48,7 +48,7 @@ EventPipe::EventPipe() ...@@ -48,7 +48,7 @@ EventPipe::EventPipe()
throw MakeErrno("pipe() has failed"); throw MakeErrno("pipe() has failed");
fds[0] = r.Steal(); fds[0] = r.Steal();
fds[1] = r.Steal(); fds[1] = w.Steal();
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment