]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
removed spurious empty line inserted in previous commit
authorAndreas Gustafsson <source@isc.org>
Mon, 16 Jul 2001 17:14:38 +0000 (17:14 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 16 Jul 2001 17:14:38 +0000 (17:14 +0000)
lib/dns/masterdump.c

index b17576ad750db7c1f7b586026912318b27da52e2..b8ef89b9d40ca7eea6b0f974d5b6a73f955088c3 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: masterdump.c,v 1.53 2001/07/16 05:10:22 mayer Exp $ */
+/* $Id: masterdump.c,v 1.54 2001/07/16 17:14:38 gson Exp $ */
 
 #include <config.h>
 
@@ -813,7 +813,6 @@ 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 {