diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-05-17 11:10:51 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-05-17 11:10:51 +0200 |
commit | 343c790593908f3c24524fe8587cd2dca8d92781 (patch) | |
tree | 4ba980e5cd7c71895b4dcb40d558badc1408cd9f /ChangeLog | |
parent | 53bc5770aab40e57d95adc3dff771c975b2174e8 (diff) | |
download | glibc-343c790593908f3c24524fe8587cd2dca8d92781.zip glibc-343c790593908f3c24524fe8587cd2dca8d92781.tar.gz glibc-343c790593908f3c24524fe8587cd2dca8d92781.tar.bz2 |
nss_dns: Remove RES_USE_INET6 handlingfw/resolv-cleanups
Since commit 3f8b44be0a658266adff5ece1e4bc3ce097a5dbe ("resolv:
Remove support for RES_USE_INET6 and the inet6 option"),
res_use_inet6 () always evaluates to false.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2019-05-17 Florian Weimer <fweimer@redhat.com> + + * resolv/nss_dns/dns-host.c (gethostbyname3_context): Do not + perform IPv6 lookup. Adjust getanswer_r call. + (_nss_dns_gethostbyname_r): Do not request IPv4 address mapping + from gethostbyname3_context. + (_nss_dns_gethostbyaddr2_r): Adjust getanswer_r call. + (getanswer_r): Remove map argument. Do not perform address + mapping. + 2019-05-16 Florian Weimer <fweimer@redhat.com> * resolv/nss_dns/dns-host.c (getanswer_r): Be more explicit about |