* nss/getent.c (hosts_keys): Pass INADDRSZ as size rather
authorUlrich Drepper <drepper@redhat.com>
Sat, 8 Oct 2005 17:29:38 +0000 (17:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 8 Oct 2005 17:29:38 +0000 (17:29 +0000)
than IN6ADDRSZ to AF_INET gethostbyaddr.

ChangeLog

index 5f40b7b..abb3830 100644 (file)
--- 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]