From 8898a65c4a4ece606b051c3517b261af83e0f909 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 18 Mar 2016 12:42:18 +0100 Subject: [PATCH] pdnsutil: add NS record without trailing dot with create-zone Closes #3484 --- pdns/pdnsutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index db612c2112..be299a0ddb 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -1117,7 +1117,7 @@ int createZone(const DNSName &zone, const DNSName& nsname) { if(!nsname.empty()) { cout<<"Also adding one NS record"<feedRecord(rr); } -- 2.47.2