Upgrade libuv to b700896

pull/22966/head
Ben Noordhuis 2011-08-01 22:25:56 +02:00
parent c48b2a98d8
commit 7c07e75db9
1 changed files with 1 additions and 0 deletions

View File

@ -1924,6 +1924,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;