]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
80 columns
authorAndreas Gustafsson <source@isc.org>
Mon, 16 Jul 2001 17:15:08 +0000 (17:15 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 16 Jul 2001 17:15:08 +0000 (17:15 +0000)
lib/dns/masterdump.c

index b8ef89b9d40ca7eea6b0f974d5b6a73f955088c3..c805cd94887eb9ab6720f44e895ce3e7a7176a24 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: masterdump.c,v 1.54 2001/07/16 17:14:38 gson Exp $ */
+/* $Id: masterdump.c,v 1.55 2001/07/16 17:15:08 gson Exp $ */
 
 #include <config.h>
 
@@ -809,7 +809,8 @@ dump_rdatasets(isc_mem_t *mctx, dns_name_t *name, dns_rdatasetiter_t *rdsiter,
                dns_rdataset_t *rds = sorted[i];
                if (ctx->style.flags & DNS_STYLEFLAG_TRUST) {
                        unsigned int trust = rds->trust;
-                       INSIST(trust < (sizeof(trustnames) / sizeof(trustnames[0])));
+                       INSIST(trust < (sizeof(trustnames) /
+                                       sizeof(trustnames[0])));
                        fprintf(f, "; %s\n", trustnames[trust]);
                }
                if (rds->type == 0 &&