]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove out of date comment
authorMark Andrews <marka@isc.org>
Fri, 17 Nov 2017 21:50:58 +0000 (08:50 +1100)
committerMark Andrews <marka@isc.org>
Fri, 17 Nov 2017 21:51:57 +0000 (08:51 +1100)
(cherry picked from commit a197094d76c77ae75593b16b04596477c77227c8)

lib/dns/rbtdb.c

index 0b8b60d08d11d67d651addec51f911f00d2fa8fd..8ddb697d9eee5e8a271bfd34fad81f8afa609816 100644 (file)
@@ -6446,13 +6446,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);