uv: Upgrade to v0.10.18
[platform/upstream/nodejs.git] / deps / uv / src / unix / kqueue.c
index a46c88f..378903a 100644 (file)
@@ -307,7 +307,7 @@ int uv_fs_event_init(uv_loop_t* loop,
 
 #if defined(__APPLE__)
   /* Nullify field to perform checks later */
-  handle->cf_cb = NULL;
+  handle->cf_eventstream = NULL;
   handle->realpath = NULL;
   handle->realpath_len = 0;
   handle->cf_flags = flags;