diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 5235e1b610..7bd8c05c9b 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -3326,6 +3326,8 @@ integrity_checks(dns_zone_t *zone, dns_db_t *db) { goto next; } + dns_dbiterator_pause(dbiterator); + /* * Don't check the NS records at the origin. */