From 7c9302908ee9ce1c21d930923a879c2cbef5242f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 26 Mar 2010 05:40:27 -0700 Subject: Don't abort immediately on successful lookup in getaddrinfo. When not using gethostbyname4 methods we immediately aborted the loop over the nss modules on the first successful lookup. While this is almost always what is wanted the nsswitch.conf file allows to select something different. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ba417bb2e..8117882671 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-03-26 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't assume success always + means aborting the loop over the NSS methods. + 2010-03-25 Andreas Schwab * sysdeps/posix/getaddrinfo.c (gaih_inet): Reset no_data before -- cgit 1.4.1