From: Tinderbox User Date: Fri, 17 Nov 2017 23:45:28 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.12.0rc1~70 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=445cabb392efccf97da251d93d0b66198cebb317;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 3bec308138f..42b8ea8049c 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -6494,7 +6494,7 @@ add32(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion, if (IS_CACHE(rbtdb)) { INSIST(rbtdb->heaps != NULL); result = isc_heap_insert(rbtdb->heaps[idx], - newheader); + newheader); if (result != ISC_R_SUCCESS) { free_rdataset(rbtdb, rbtdb->common.mctx, @@ -7054,7 +7054,7 @@ subtractrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, init_rdataset(rbtdb, newheader); update_newheader(newheader, header); if (RESIGN(header)) { - newheader->attributes |= RDATASET_ATTR_RESIGN; + newheader->attributes |= RDATASET_ATTR_RESIGN; newheader->resign = header->resign; newheader->resign_lsb = header->resign_lsb; result = resign_insert(rbtdb, rbtnode->locknum,