From: Mark Andrews Date: Fri, 17 Nov 2017 21:50:58 +0000 (+1100) Subject: remove out of date comment X-Git-Tag: v9.12.0rc1~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a197094d76c77ae75593b16b04596477c77227c8;p=thirdparty%2Fbind9.git remove out of date comment --- diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index cfeceda75da..3bec308138f 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -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);