From: Remi Gacogne Date: Fri, 9 Jun 2017 08:37:50 +0000 (+0200) Subject: rec: Special names are Insecure X-Git-Tag: rec-4.1.0-alpha1~50^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2996bf8cfe2c0d940ca08daae8b04e70a35303e;p=thirdparty%2Fpdns.git rec: Special names are Insecure --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index c94ab138d1..cdc0733421 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -118,7 +118,7 @@ int SyncRes::beginResolve(const DNSName &qname, const QType &qtype, uint16_t qcl d_wasOutOfBand=false; if (doSpecialNamesResolve(qname, qtype, qclass, ret)) { - d_queryValidationState = Secure; + d_queryValidationState = Insecure; return 0; }