Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
windows: don't crash
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed May 31, 2012
1 parent c9396dd commit 0c727fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/win/core.c
Expand Up @@ -66,6 +66,7 @@ static void uv_loop_init(uv_loop_t* loop) {

uv_update_time(loop);

ngx_queue_init(&loop->handle_queue);
ngx_queue_init(&loop->active_reqs);
loop->active_handles = 0;

Expand Down

0 comments on commit 0c727fd

Please sign in to comment.