Remove extra dereference on hints

This commit is contained in:
Robert Mustacchi 2011-07-07 17:49:04 -07:00 committed by Ryan Dahl
parent 1717d42165
commit 341ecab2ef

View File

@ -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;
}