mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Call dns_dbiterator_destroy earlier to prevent potential deadlock.
This commit is contained in:
@@ -15623,6 +15623,8 @@ receive_secure_db(isc_task_t *task, isc_event_t *event) {
|
|||||||
dns_db_detachnode(db, &node);
|
dns_db_detachnode(db, &node);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dns_dbiterator_destroy(&dbiterator);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Call restore_nsec3param() to create private-type records from
|
* Call restore_nsec3param() to create private-type records from
|
||||||
* the old nsec3 parameters and insert them into db
|
* the old nsec3 parameters and insert them into db
|
||||||
|
Reference in New Issue
Block a user