Fix a typo that broke windows compilation.
This commit is contained in:
parent
efa1b54076
commit
af936a97df
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user