diff options
author | Bert Belder <bertbelder@gmail.com> | 2013-03-28 20:05:33 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2013-03-28 20:05:33 +0100 |
commit | 1b5ec033eeea36880977d3578badd29a5063ae6a (patch) | |
tree | fe711d725ed6141010096978bde8fead145b15eb /deps/uv/src/unix | |
parent | dea0634f60887e6a72a8636b92d7c95e003b8e4f (diff) | |
download | node-1b5ec033eeea36880977d3578badd29a5063ae6a.tar.gz |
deps: upgrade libuv to v0.10.3
Diffstat (limited to 'deps/uv/src/unix')
-rw-r--r-- | deps/uv/src/unix/udp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/uv/src/unix/udp.c b/deps/uv/src/unix/udp.c index e1a12f2bc..3fb8af932 100644 --- a/deps/uv/src/unix/udp.c +++ b/deps/uv/src/unix/udp.c @@ -79,7 +79,6 @@ void uv__udp_finish_close(uv_udp_t* handle) { } /* Now tear down the handle. */ - handle->flags = 0; handle->recv_cb = NULL; handle->alloc_cb = NULL; /* but _do not_ touch close_cb */ |