mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
use it as 'struct addrinfo' so perhaps it builds on mingw again
This commit is contained in:
parent
75dbb3189a
commit
2fe3c22108
@ -350,7 +350,7 @@ static unsigned __stdcall getaddrinfo_thread (void *arg)
|
||||
struct addrinfo *res;
|
||||
char service [NI_MAXSERV];
|
||||
int rc;
|
||||
addrinfo hints = td->hints;
|
||||
struct addrinfo hints = td->hints;
|
||||
|
||||
/* Duplicate the passed mutex handle.
|
||||
* This allows us to use it even after the container gets destroyed
|
||||
|
Loading…
Reference in New Issue
Block a user