From f2ee3341c7c3d4dcfea93814c7fc50ad6b6ac73d Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 6 Jul 2001 22:53:48 +0000 Subject: [PATCH] spacing --- lib/dns/masterdump.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index c47d346e67..8c08176ad3 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: masterdump.c,v 1.51 2001/06/27 04:30:37 mayer Exp $ */ +/* $Id: masterdump.c,v 1.52 2001/07/06 22:53:48 gson Exp $ */ #include @@ -813,13 +813,12 @@ dump_rdatasets(isc_mem_t *mctx, dns_name_t *name, dns_rdatasetiter_t *rdsiter, fprintf(f, "; %s\n", trustnames[trust]); } if (rds->type == 0 && - (ctx->style.flags & DNS_STYLEFLAG_NCACHE) == 0) { /* Omit negative cache entries */ } else { isc_result_t result = dump_rdataset(mctx, name, rds, ctx, - buffer, f); + buffer, f); if (result != ISC_R_SUCCESS) dumpresult = result; if ((ctx->style.flags & DNS_STYLEFLAG_OMIT_OWNER) != 0)