From: Ulrich Drepper Date: Fri, 26 Mar 2010 12:52:39 +0000 (-0700) Subject: Fix one case of last checkin. X-Git-Tag: fedora/glibc-2.11.90-17~2^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07f9ca32a96891c90cb80aee780c8cee2c9504e4;p=thirdparty%2Fglibc.git Fix one case of last checkin. If the v4 lookup failed but v6 succeeded we treat this as a success. --- diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c index 597189f7444..2e0c7248f09 100644 --- a/sysdeps/posix/getaddrinfo.c +++ b/sysdeps/posix/getaddrinfo.c @@ -817,6 +817,7 @@ gaih_inet (const char *name, const struct gaih_service *service, canon = name; } } + status = NSS_STATUS_SUCCESS; } else {