This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.11-291-g07f9ca3


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  07f9ca32a96891c90cb80aee780c8cee2c9504e4 (commit)
      from  7c9302908ee9ce1c21d930923a879c2cbef5242f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=07f9ca32a96891c90cb80aee780c8cee2c9504e4

commit 07f9ca32a96891c90cb80aee780c8cee2c9504e4
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Fri Mar 26 05:52:39 2010 -0700

    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 597189f..2e0c724 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
 			{

-----------------------------------------------------------------------

Summary of changes:
 sysdeps/posix/getaddrinfo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]