use it as 'struct addrinfo' so perhaps it builds on mingw again

This commit is contained in:
Daniel Stenberg 2005-08-31 06:04:48 +00:00
parent 75dbb3189a
commit 2fe3c22108
1 changed files with 1 additions and 1 deletions

View File

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