mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:29:59 -04:00
remove out of date comment
This commit is contained in:
parent
f975d0acaa
commit
a197094d76
1 changed files with 0 additions and 7 deletions
|
|
@ -6492,13 +6492,6 @@ add32(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion,
|
|||
} else {
|
||||
idx = newheader->node->locknum;
|
||||
if (IS_CACHE(rbtdb)) {
|
||||
/*
|
||||
* XXXMLG We don't check the return value
|
||||
* here. If it fails, we will not do TTL
|
||||
* based expiry on this node. However, we
|
||||
* will do it on the LRU side, so memory
|
||||
* will not leak... for long.
|
||||
*/
|
||||
INSIST(rbtdb->heaps != NULL);
|
||||
result = isc_heap_insert(rbtdb->heaps[idx],
|
||||
newheader);
|
||||
|
|
|
|||
Loading…
Reference in a new issue