diff --git a/lib/dns/zone.c b/lib/dns/zone.c index dc4281f04e..5484bb963a 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -6482,7 +6482,8 @@ zone_resigninc(dns_zone_t *zone) { */ if (ISC_LIST_EMPTY(zonediff.diff->tuples)) { /* - * Commit the changes if any key has been marked as offline. */ + * Commit the changes if any key has been marked as offline. + */ if (zonediff.offline) dns_db_closeversion(db, &version, ISC_TRUE); goto failure;