From 8dd7cf3d7104306961c93bc71fcc4da9d7b8f3e5 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 5 Dec 2016 13:53:06 +0000 Subject: [PATCH] Make export-zone-ds output similar to export-zone-dnskey --- pdns/pdnsutil.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 794dfcf293..092fd81e9d 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -1664,7 +1664,7 @@ bool showZone(DNSSECKeeper& dk, const DNSName& zone, bool exportDS = false) if (shown) continue; shown=true; - const std::string prefix(exportDS ? "DS = " : ""); + const std::string prefix(exportDS ? "" : "DS = "); cout<