From: Pieter Lexis Date: Tue, 29 Sep 2020 13:02:35 +0000 (+0200) Subject: Recursor: Remove query-local-address6 X-Git-Tag: auth-4.4.0-alpha2~63^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9554%2Fhead;p=thirdparty%2Fpdns.git Recursor: Remove query-local-address6 --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 1a9f8d416d..1321b286bb 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -4198,11 +4198,6 @@ static int serviceMain(int argc, char*argv[]) checkLinuxIPv6Limits(); try { pdns::parseQueryLocalAddress(::arg()["query-local-address"]); - if (!::arg()["query-local-address6"].empty()) { - // TODO remove in 4.5.0 - g_log<