validation is disabled. [RT #46131]
+4744. [bug] Suppress trust-anchor-telementry queries if
+ validation is disabled. [RT #46131]
+
4743. [func] Exclude trust-anchor-telementry queries from
synth-from-dnssec processing. [RT #46123]
view != NULL;
view = ISC_LIST_NEXT(view, link))
{
- if (!view->trust_anchor_telemetry)
+ if (!view->trust_anchor_telemetry ||
+ !view->enablevalidation)
+ {
continue;
+ }
result = dns_view_getsecroots(view, &secroots);
- if (result != ISC_R_SUCCESS)
+ if (result != ISC_R_SUCCESS) {
continue;
+ }
arg.view = view;
arg.task = task;