Remove extra dereference on hints
This commit is contained in:
parent
1717d42165
commit
341ecab2ef
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user