]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: Fix erroneous merge in zoneparser-tng 5951/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Nov 2017 19:18:56 +0000 (20:18 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Nov 2017 19:18:56 +0000 (20:18 +0100)
pdns/zoneparser-tng.cc

index 53149464b3d3ce3493e7c1aa58ecfebed521515f..635adb1074f3acddd66b026ee13a40b544dc3188 100644 (file)
@@ -465,7 +465,6 @@ bool ZoneParserTNG::get(DNSResourceRecord& rr, std::string* comment)
     } catch (std::exception &e) {
       throw PDNSException("Error in record '" + rr.qname.toString() + " " + rr.qtype.getName() + "': " + e.what());
     }
-    rr.content=toCanonic(d_zonename, rr.content).toStringRootDot();
     break;
   case QType::AFSDB:
     stringtok(recparts, rr.content);