missing newline in comment

(cherry picked from commit 7258b852cf)
This commit is contained in:
Mark Andrews 2018-01-03 17:11:12 +11:00
parent 602aead571
commit cf0eda222d

View file

@ -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;