]> granicus.if.org Git - pdns/commitdiff
default zone for zoneparser should be the root, not the "empty DNSName"
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 1 Dec 2015 16:39:20 +0000 (17:39 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 1 Dec 2015 16:39:20 +0000 (17:39 +0100)
pdns/zoneparser-tng.hh

index 0631516765bfee6f887a20edd6699335e50e469c..2993c9fd30990de9f9083d79bafa4dd22989f173 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PowerDNS Versatile Database Driven Nameserver
-    Copyright (C) 2005 - 2007 PowerDNS.COM BV
+    Copyright (C) 2005 - 2015 PowerDNS.COM BV
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License version 2 
@@ -32,7 +32,7 @@
 class ZoneParserTNG
 {
 public:
-  ZoneParserTNG(const string& fname, const DNSName& zname=DNSName(), const string& reldir="");
+  ZoneParserTNG(const string& fname, const DNSName& zname=DNSName("."), const string& reldir="");
   ZoneParserTNG(const vector<string> zonedata, const DNSName& zname);
 
   ~ZoneParserTNG();