Commit 2fe3c221 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 75dbb318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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