diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-10-07 13:43:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-10-07 17:41:59 +0200 |
commit | 5140d036f9c16585448b5908c3a219bd96842161 (patch) | |
tree | 894bc82b03f1dd56aabcf7bc93d4722b57b14171 /resolv/res_init.c | |
parent | 7ec47a85d865e7bc43358633a0f960921dbfc373 (diff) | |
download | glibc-5140d036f9c16585448b5908c3a219bd96842161.tar glibc-5140d036f9c16585448b5908c3a219bd96842161.tar.gz glibc-5140d036f9c16585448b5908c3a219bd96842161.tar.bz2 glibc-5140d036f9c16585448b5908c3a219bd96842161.zip |
resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]
In ns_name_ntop, the NS_CMPRSFLGS check is no longer needed because
labellen (called earlier) already rejects everything which is not
a plain label (compression references and extended label types).
Diffstat (limited to 'resolv/res_init.c')
-rw-r--r-- | resolv/res_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resolv/res_init.c b/resolv/res_init.c index 12afb9ea0a..b29c0d4ee5 100644 --- a/resolv/res_init.c +++ b/resolv/res_init.c @@ -438,7 +438,6 @@ res_setoptions(res_state statp, const char *options, const char *source) { } options[] = { #define STRnLEN(str) str, sizeof (str) - 1 { STRnLEN ("inet6"), 0, RES_USE_INET6 }, - { STRnLEN ("ip6-bytestring"), 0, RES_USEBSTRING }, { STRnLEN ("rotate"), 0, RES_ROTATE }, { STRnLEN ("edns0"), 0, RES_USE_EDNS0 }, { STRnLEN ("single-request-reopen"), 0, RES_SNGLKUPREOP }, |