uv-unix: undo accidental revert of b700896 in 5ec2575

This commit is contained in:
Ben Noordhuis 2011-08-02 01:12:01 +02:00
parent aa37c698ee
commit 404d697dc4

View File

@ -1931,6 +1931,7 @@ int uv_pipe_bind(uv_pipe_t* handle, const char* name) {
/* Success. */
handle->pipe_fname = pipe_fname; /* Is a strdup'ed copy. */
handle->pipe_flock = pipe_flock;
handle->fd = sockfd;
status = 0;