]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Ponder doing the aggressive cache check later
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 6 Jan 2021 09:22:19 +0000 (10:22 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 22 Feb 2021 17:43:07 +0000 (18:43 +0100)
pdns/syncres.cc

index d7d43c6ef19624c6fc47563983176db4d0817e6c..4170a1a2e7b6e110411b5f9b8ad04d547a2ecd8e 100644 (file)
@@ -1036,6 +1036,8 @@ int SyncRes::doResolveNoQNameMinimization(const DNSName &qname, const QType qtyp
 
   LOG(prefix<<qname<<": initial validation status for "<<qname<<" is "<<state<<endl);
 
+  #warning move aggressive NSEC check here? We know more about the zone and its status by now..
+
   res = doResolveAt(nsset, subdomain, flawedNSSet, qname, qtype, ret, depth, beenthere, state, stopAtDelegation);
 
   /* Apply Post filtering policies */