]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing newline in comment
authorMark Andrews <marka@isc.org>
Wed, 3 Jan 2018 06:11:12 +0000 (17:11 +1100)
committerMark Andrews <marka@isc.org>
Wed, 3 Jan 2018 06:11:50 +0000 (17:11 +1100)
(cherry picked from commit 7258b852cf08a21706e3b235fe597375deafacb1)

lib/dns/zone.c

index e32a2ae73507b8f846e459b2c74d381673c84d6e..428c9cb4fb7c1a92c4508b2714f2f491b3d84e50 100644 (file)
@@ -6576,7 +6576,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;