about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-14 06:47:48 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-14 06:47:48 +0000
commit5c81b3e1b77a3f47a4f29e21c5e61d12a7369e93 (patch)
treef80c807f0bb6075e7696a1632e42e540bd7aca76 /ChangeLog
parent8500b0cabadf7500bdccdf6b94ad3f36bf7a96c9 (diff)
downloadglibc-5c81b3e1b77a3f47a4f29e21c5e61d12a7369e93.tar.gz
glibc-5c81b3e1b77a3f47a4f29e21c5e61d12a7369e93.tar.xz
glibc-5c81b3e1b77a3f47a4f29e21c5e61d12a7369e93.zip
Update.
	* nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
	first returned entry.  Print name only if not NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f809ef8c1e..5b6b668173 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-08-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
+	first returned entry.  Print name only if not NULL.
+
 	* nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct
 	__netgrent object passed in instead of global variables.
 	Optimize.