diff --git a/src/uv-unix.c b/src/uv-unix.c index de92f3da..17b18574 100644 --- a/src/uv-unix.c +++ b/src/uv-unix.c @@ -1544,7 +1544,7 @@ static int getaddrinfo_thread_proc(eio_req *req) { handle->retcode = getaddrinfo(handle->hostname, handle->service, - &handle->hints, + handle->hints, &handle->res); return 0; }