From: Peter van Dijk Date: Tue, 20 Oct 2020 12:10:33 +0000 (+0200) Subject: improve query-local-address6 deprecation notice X-Git-Tag: auth-4.4.0-alpha2~26^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1be2c9d16d23bf16c8d2a9bca7515678249058c;p=thirdparty%2Fpdns.git improve query-local-address6 deprecation notice --- diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index 05b0cca571..13548c893e 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -635,7 +635,7 @@ void mainthread() pdns::parseQueryLocalAddress(::arg()["query-local-address"]); if (!::arg()["query-local-address6"].empty()) { - g_log<