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

Commit

Permalink
Fix a typo that broke windows compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt authored and piscisaureus committed Sep 10, 2011
1 parent efa1b54 commit af936a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/getaddrinfo.c
Expand Up @@ -255,7 +255,7 @@ int uv_getaddrinfo(uv_loop_t* loop,
goto error;
}

uv_req_init((uv_req_init*)handle);
uv_req_init(loop, (uv_req_t*)handle);

handle->getaddrinfo_cb = getaddrinfo_cb;
handle->res = NULL;
Expand Down

0 comments on commit af936a9

Please sign in to comment.