1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

resolv: Remove RES_NOIP6DOTINT and its implementation

This commit is contained in:
Florian Weimer
2016-10-07 13:55:47 +02:00
parent bfbd1de159
commit 7ec47a85d8
7 changed files with 17 additions and 20 deletions

View File

@ -559,7 +559,6 @@ p_option(u_long option) {
case RES_ROTATE: return "rotate";
case RES_BLAST: return "blast";
case RES_USEBSTRING: return "ip6-bytestring";
case RES_NOIP6DOTINT: return "no-ip6-dotint";
case RES_USE_EDNS0: return "edns0";
case RES_SNGLKUP: return "single-request";
case RES_SNGLKUPREOP: return "single-request-reopen";