summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-10-08 17:29:38 +0000
committerUlrich Drepper <drepper@redhat.com>2005-10-08 17:29:38 +0000
commit508aa29154dd7056417afb48ad54865f2c04ace7 (patch)
treeaeb1629a2c9a192a8d1dc676e9c3cfcbf8d5a231
parent4f3d6536ce873999c3019024d4045e3e0b34058a (diff)
* nss/getent.c (hosts_keys): Pass INADDRSZ as size rather
than IN6ADDRSZ to AF_INET gethostbyaddr.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f40b7bc3c..abb3830a33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-08 Jakub Jelinek <jakub@redhat.com>
+
+ * nss/getent.c (hosts_keys): Pass INADDRSZ as size rather
+ than IN6ADDRSZ to AF_INET gethostbyaddr.
+
2005-10-07 Roland McGrath <roland@redhat.com>
[BZ #1438]