Home
last modified time | relevance | path

Searched refs:lowestNTA (Results 1 – 1 of 1) sorted by relevance

/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dvalidate.cc1213 DNSName lowestNTA; in getKeysFor() local
1216 … if (zone.isPartOf(negAnchor.first) && lowestNTA.countLabels() <= negAnchor.first.countLabels()) in getKeysFor()
1217 lowestNTA = negAnchor.first; in getKeysFor()
1219 if(!lowestNTA.empty()) { in getKeysFor()
1220 …LOG("Found a Negative Trust Anchor for "<<lowestNTA<<", which was added with reason '"<<negAnchors… in getKeysFor()
1227 if(lowestTA.countLabels() <= lowestNTA.countLabels()) { in getKeysFor()