about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-29 18:12:01 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-29 18:12:01 +0000
commit30f1226b0b921c541d539450e5b6fe8af7fc4ab9 (patch)
treee6b03d73295b23e8b8da7cf341e31e9fb1948937 /ChangeLog
parent1a6c971d0030bdd01aacbee3bbb52602f5ab6b4c (diff)
downloadglibc-30f1226b0b921c541d539450e5b6fe8af7fc4ab9.tar.gz
glibc-30f1226b0b921c541d539450e5b6fe8af7fc4ab9.tar.xz
glibc-30f1226b0b921c541d539450e5b6fe8af7fc4ab9.zip
Update.
2000-08-29  Ulrich Drepper  <drepper@redhat.com>

	* inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the
	names don't match don't return.
	Patch by Olaf Kirch <okir@flash.lst.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70c0b6cf09..60cf8640ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-29  Ulrich Drepper  <drepper@redhat.com>
+
+	* inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the
+	names don't match don't return.
+	Patch by Olaf Kirch <okir@flash.lst.de>.
+
 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
 
 	* time/strftime.c (my_strftime): Handle # flag for %b as well.