Explorar o código

- fix typo in r23808

Bernhard Reutner-Fischer %!s(int64=17) %!d(string=hai) anos
pai
achega
01e6f1e63a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/inet/getaddrinfo.c

+ 1 - 1
libc/inet/getaddrinfo.c

@@ -913,7 +913,7 @@ getaddrinfo (const char *name, const char *service,
     {
 	memset(&default_hints, 0, sizeof(default_hints));
 	if (AF_UNSPEC)
-	    default_hints->ai_family = AF_UNSPEC;
+	    default_hints.ai_family = AF_UNSPEC;
 	hints = &default_hints;
     }