Don't abort immediately on successful lookup in getaddrinfo.
commit7c9302908ee9ce1c21d930923a879c2cbef5242f
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 Mar 2010 12:40:27 +0000 (26 05:40 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 Mar 2010 12:40:27 +0000 (26 05:40 -0700)
tree6512a54a64f265695705eaf79329fa2e0ad3f770
parentc3dfadb87e16f0fab6f4d5242bcecf06c02976c7
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
sysdeps/posix/getaddrinfo.c