mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
remove an INSIST that is no longer needed.
This commit is contained in:
parent
3f6a666894
commit
f36892bffa
1 changed files with 0 additions and 1 deletions
|
|
@ -587,7 +587,6 @@ free_adbentry(dns_adb_t *adb, dns_adbentry_t **entry)
|
|||
|
||||
INSIST(e->lock_bucket == DNS_ADB_INVALIDBUCKET);
|
||||
INSIST(e->refcnt == 0);
|
||||
INSIST(ISC_LIST_EMPTY(e->zoneinfo));
|
||||
INSIST(!ISC_LINK_LINKED(e, link));
|
||||
|
||||
e->magic = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue