From 53d251b1ac3c7f67ca2262fd58353ee4526951bb Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 24 Aug 1999 06:45:39 +0000 Subject: [PATCH] 80 columns --- lib/dns/journal.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/dns/journal.c b/lib/dns/journal.c index 44b7941525..d794ef61c2 100644 --- a/lib/dns/journal.c +++ b/lib/dns/journal.c @@ -410,10 +410,11 @@ dns_diff_apply(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *ver) } if (result == DNS_R_UNCHANGED) { /* - * This will not happen when executing a dynamic - * update, because that code will generate strictly - * minimal diffs. It may happen when receiving an - * IXFR from a server that is not as careful. + * This will not happen when executing a + * dynamic * update, because that code will + * generate strictly * minimal diffs. + * It may happen when receiving an IXFR + * from a server that is not as careful. * Issue a warning and continue. */ printf("warning: update with no effect\n");