diff --git a/lib/dns/catz.c b/lib/dns/catz.c index 51cd251292..4867a56dfc 100644 --- a/lib/dns/catz.c +++ b/lib/dns/catz.c @@ -2306,6 +2306,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;