about summary refs log tree commit diff
path: root/resolv/res_init.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-10-07 13:55:47 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-10-07 17:41:59 +0200
commit7ec47a85d865e7bc43358633a0f960921dbfc373 (patch)
treec3b6ff287b4c50c1aa5e3f7a2bd840548da01ca8 /resolv/res_init.c
parentbfbd1de1590ae3f1a098d0166631d027f33565e9 (diff)
downloadglibc-7ec47a85d865e7bc43358633a0f960921dbfc373.tar.gz
glibc-7ec47a85d865e7bc43358633a0f960921dbfc373.tar.xz
glibc-7ec47a85d865e7bc43358633a0f960921dbfc373.zip
resolv: Remove RES_NOIP6DOTINT and its implementation
Diffstat (limited to 'resolv/res_init.c')
-rw-r--r--resolv/res_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/resolv/res_init.c b/resolv/res_init.c
index 1cfa4e6da9..12afb9ea0a 100644
--- a/resolv/res_init.c
+++ b/resolv/res_init.c
@@ -439,8 +439,6 @@ res_setoptions(res_state statp, const char *options, const char *source) {
 #define STRnLEN(str) str, sizeof (str) - 1
 		    { STRnLEN ("inet6"), 0, RES_USE_INET6 },
 		    { STRnLEN ("ip6-bytestring"), 0, RES_USEBSTRING },
-		    { STRnLEN ("no-ip6-dotint"), 0, RES_NOIP6DOTINT },
-		    { STRnLEN ("ip6-dotint"), 1, ~RES_NOIP6DOTINT },
 		    { STRnLEN ("rotate"), 0, RES_ROTATE },
 		    { STRnLEN ("edns0"), 0, RES_USE_EDNS0 },
 		    { STRnLEN ("single-request-reopen"), 0, RES_SNGLKUPREOP },