diff --git a/lib/dns/catz.c b/lib/dns/catz.c index cb11236336..b90fcd277c 100644 --- a/lib/dns/catz.c +++ b/lib/dns/catz.c @@ -2285,6 +2285,9 @@ dns__catz_update_cb(void *data) { break; } + result = dns_dbiterator_pause(it); + RUNTIME_CHECK(result == ISC_R_SUCCESS); + if (!is_vers_processed) { /* Keep the version node to skip it later in the loop */ vers_node = node;