From: Otto Moerbeek Date: Wed, 18 Jan 2023 13:10:12 +0000 (+0100) Subject: Some cases of d_prefix vs prefix were missed previously X-Git-Tag: dnsdist-1.8.0-rc1~83^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b00f63c269496d7e3f4f4aa9c5b5fdc813ad96;p=thirdparty%2Fpdns.git Some cases of d_prefix vs prefix were missed previously --- diff --git a/pdns/recursordist/syncres.cc b/pdns/recursordist/syncres.cc index 0e0b95e5d5..2aad363be9 100644 --- a/pdns/recursordist/syncres.cc +++ b/pdns/recursordist/syncres.cc @@ -3716,7 +3716,7 @@ vState SyncRes::getValidationStatus(const DNSName& name, bool wouldBeValid, bool bool foundCut = false; dsmap_t results; - vState dsState = getDSRecords(ds, results, false, depth, d_prefix, false, &foundCut); + vState dsState = getDSRecords(ds, results, false, depth, prefix, false, &foundCut); if (foundCut) { LOG(prefix << ": - Found cut at " << ds << endl); @@ -3764,7 +3764,7 @@ vState SyncRes::validateDNSKeys(const DNSName& zone, const std::vector