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

[Commits] r18747 - in /trunk/libc: ChangeLog.eglibc nss/nsswitch.c



Author: joseph
Date: Sat May 26 20:06:44 2012
New Revision: 18747

Log:
	* nss/nsswitch.c (__nss_database_lookup): Update for last merge.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/nss/nsswitch.c

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Sat May 26 20:06:44 2012
@@ -1,3 +1,7 @@
+2012-05-26  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	* nss/nsswitch.c (__nss_database_lookup): Update for last merge.
+
 2012-03-28  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	* posix/cross-getconf.c (cross_getconf): Update after last merge.

Modified: trunk/libc/nss/nsswitch.c
==============================================================================
--- trunk/libc/nss/nsswitch.c (original)
+++ trunk/libc/nss/nsswitch.c Sat May 26 20:06:44 2012
@@ -192,7 +192,7 @@
 	    {
 	      entry->next = defconfig_entries;
 	      entry->service = *ni;
-	      entry->name[0] = '\0';
+	      entry->name = "";
 	      defconfig_entries = entry;
 	    }
 	}

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits