about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-04-04 14:13:03 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-04-04 20:56:23 +0200
commit75b3a15e077dbfdfd8cbb3449369379e700b9972 (patch)
tree35dfc0e3c5be9ba615d67b628cbc8d088d7de21e /ChangeLog
parent07d6f1a3ca990e0e4f93b010605d4d87a3abdf24 (diff)
downloadglibc-75b3a15e077dbfdfd8cbb3449369379e700b9972.tar.gz
glibc-75b3a15e077dbfdfd8cbb3449369379e700b9972.tar.xz
glibc-75b3a15e077dbfdfd8cbb3449369379e700b9972.zip
nss_dns: Remove superfluous dn_expand call from network handling
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6132af36c3..406b961f62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-04-04  Florian Weimer  <fweimer@redhat.com>
 
+	* resolv/nss_dns/dns-network.c (getanswer_r): Remove __dn_expand
+	call whose result is not used.
+
+2017-04-04  Florian Weimer  <fweimer@redhat.com>
+
 	* resolv/tst-ns_name.c, resolv/tst-ns_name.data: New file.
 	* resolv/Makefile (tests): Add tst-ns_name.
 	(tst-ns_name): Link with -lresolv.