mirror of https://github.com/hak5/openwrt.git
14 lines
368 B
Diff
14 lines
368 B
Diff
|
--- a/libc/inet/getaddrinfo.c
|
||
|
+++ b/libc/inet/getaddrinfo.c
|
||
|
@@ -858,7 +858,10 @@ getaddrinfo (const char *name, const cha
|
||
|
if (hints->ai_family == g->family || hints->ai_family == AF_UNSPEC)
|
||
|
{
|
||
|
if ((hints->ai_flags & AI_ADDRCONFIG) && !addrconfig(g->family))
|
||
|
+ {
|
||
|
+ g++;
|
||
|
continue;
|
||
|
+ }
|
||
|
j++;
|
||
|
if (pg == NULL || pg->gaih != g->gaih)
|
||
|
{
|