Skip to content

Commit

Permalink
fix skip in link list
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 30, 2010
1 parent d71bbfb commit a0cebfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/node_io_watcher.cc
Expand Up @@ -481,6 +481,8 @@ void IOWatcher::Dump(EV_P_ ev_prepare *watcher, int revents) {
FatalException(try_catch);
}
}

watcher_obj = watcher_obj_last;
}
}
}
Expand Down

0 comments on commit a0cebfc

Please sign in to comment.