Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Un-break the windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Sep 11, 2011
1 parent 10e7c52 commit 55c1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/uv/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 55c1546

Please sign in to comment.