aboutsummaryrefslogtreecommitdiff
path: root/src/unix/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/pipe.c')
-rw-r--r--src/unix/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/pipe.c b/src/unix/pipe.c
index d3b554cf..228d1588 100644
--- a/src/unix/pipe.c
+++ b/src/unix/pipe.c
@@ -215,7 +215,7 @@ void uv_pipe_connect(uv_connect_t* req,
}
if (err == 0)
- uv__io_start(handle->loop, &handle->io_watcher, POLLIN | POLLOUT);
+ uv__io_start(handle->loop, &handle->io_watcher, POLLOUT);
out:
handle->delayed_error = err;