From 445cabb392efccf97da251d93d0b66198cebb317 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Fri, 17 Nov 2017 23:45:28 +0000 Subject: [PATCH] update copyright notice / whitespace --- lib/dns/rbtdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 3bec308138..42b8ea8049 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,