mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix spurious UNAVAIL status is getaddrinfo
This commit is contained in:
committed by
Ulrich Drepper
parent
2b0fba7530
commit
c3dfadb87e
@ -702,6 +702,7 @@ gaih_inet (const char *name, const struct gaih_service *service,
|
||||
|
||||
while (!no_more)
|
||||
{
|
||||
no_data = 0;
|
||||
nss_gethostbyname4_r fct4
|
||||
= __nss_lookup_function (nip, "gethostbyname4_r");
|
||||
if (fct4 != NULL)
|
||||
|
Reference in New Issue
Block a user