]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
style
authorMark Andrews <marka@isc.org>
Fri, 27 Aug 2004 12:25:47 +0000 (12:25 +0000)
committerMark Andrews <marka@isc.org>
Fri, 27 Aug 2004 12:25:47 +0000 (12:25 +0000)
lib/dns/zone.c

index cc948ba603e805e571fc8ff7ba39cb2986d66400..9c84f5b25c6f5e1bfb6b9e8351f130935e53759c 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.333.2.23.2.48 2004/08/27 12:21:15 marka Exp $ */
+/* $Id: zone.c,v 1.333.2.23.2.49 2004/08/27 12:25:47 marka Exp $ */
 
 #include <config.h>
 
@@ -2349,8 +2349,10 @@ dump_done(void *arg, isc_result_t result) {
 
                tresult = dns_db_getsoaserial(db, version, &serial);
                if (tresult == ISC_R_SUCCESS) {
-                       tresult = dns_journal_compact(zone->mctx, zone->journal,
-                                                    serial, zone->journalsize);
+                       tresult = dns_journal_compact(zone->mctx,
+                                                     zone->journal,
+                                                     serial,
+                                                     zone->journalsize);
                        switch (tresult) {
                        case ISC_R_SUCCESS:
                        case ISC_R_NOSPACE:
@@ -4259,7 +4261,6 @@ zone_shutdown(isc_task_t *task, isc_event_t *event) {
        if (zone->lctx != NULL)
                dns_loadctx_cancel(zone->lctx);
 
-
        if (!DNS_ZONE_FLAG(zone, DNS_ZONEFLG_FLUSH) ||
            !DNS_ZONE_FLAG(zone, DNS_ZONEFLG_DUMPING)) {
                if (zone->writeio != NULL)