[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4002 - glibc-package/trunk/debian/patches/any



Author: aurel32
Date: 2009-11-23 06:01:17 +0000 (Mon, 23 Nov 2009)
New Revision: 4002

Modified:
   glibc-package/trunk/debian/patches/any/submitted-getaddrinfo-nodata.diff
Log:
Fix any/submitted-getaddrinfo-nodata.diff (was whitespace damaged)


Modified: glibc-package/trunk/debian/patches/any/submitted-getaddrinfo-nodata.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-getaddrinfo-nodata.diff	2009-11-23 05:46:03 UTC (rev 4001)
+++ glibc-package/trunk/debian/patches/any/submitted-getaddrinfo-nodata.diff	2009-11-23 06:01:17 UTC (rev 4002)
@@ -1,15 +1,14 @@
---- a/sysdeps/posix/getaddrinfo.c       2009-11-22 16:21:19.000000000 -0500
-+++ b/sysdeps/posix/getaddrinfo.c       2009-11-22 16:28:26.000000000 -0500
-@@ -715,7 +715,10 @@ gaih_inet (const char *name, const struc
-                                                   tmpbuflen, &rc, &herrno,
-                                                   NULL));
-                      if (status == NSS_STATUS_SUCCESS)
--                       break;
-+                       {
-+                         no_data = 0;
-+                         break;
-+                       }
-                      if (status != NSS_STATUS_TRYAGAIN
-                          || rc != ERANGE || herrno != NETDB_INTERNAL)
-                        {
-
+--- a/sysdeps/posix/getaddrinfo.c
++++ b/sysdeps/posix/getaddrinfo.c
+@@ -715,7 +715,10 @@ gaih_inet (const char *name, const struct gaih_service *service,
+ 						   tmpbuflen, &rc, &herrno,
+ 						   NULL));
+ 		      if (status == NSS_STATUS_SUCCESS)
+-			break;
++			{
++			  no_data = 0;
++			  break;
++			}
+ 		      if (status != NSS_STATUS_TRYAGAIN
+ 			  || rc != ERANGE || herrno != NETDB_INTERNAL)
+ 			{


Reply to: