aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/src/unix/udp.c
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2013-03-28 20:05:33 +0100
committerBert Belder <bertbelder@gmail.com>2013-03-28 20:05:33 +0100
commit1b5ec033eeea36880977d3578badd29a5063ae6a (patch)
treefe711d725ed6141010096978bde8fead145b15eb /deps/uv/src/unix/udp.c
parentdea0634f60887e6a72a8636b92d7c95e003b8e4f (diff)
downloadandroid-node-v8-1b5ec033eeea36880977d3578badd29a5063ae6a.tar.gz
android-node-v8-1b5ec033eeea36880977d3578badd29a5063ae6a.tar.bz2
android-node-v8-1b5ec033eeea36880977d3578badd29a5063ae6a.zip
deps: upgrade libuv to v0.10.3
Diffstat (limited to 'deps/uv/src/unix/udp.c')
-rw-r--r--deps/uv/src/unix/udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/uv/src/unix/udp.c b/deps/uv/src/unix/udp.c
index e1a12f2bc5..3fb8af9328 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 */