1
0
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:
Andreas Schwab
2010-03-26 05:35:50 -07:00
committed by Ulrich Drepper
parent 2b0fba7530
commit c3dfadb87e
2 changed files with 6 additions and 0 deletions

View File

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