]> granicus.if.org Git - pdns/commitdiff
adjust to the new one place of the Place enum
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 25 Oct 2015 21:04:21 +0000 (22:04 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 25 Oct 2015 21:04:21 +0000 (22:04 +0100)
pdns/ixfr.cc

index 333909a5479de8d60b3e1d39f26d7c45c050fa48..f1eb0b8d8878ed1886aa32df55d9860110ac7279 100644 (file)
@@ -12,7 +12,7 @@ vector<pair<vector<DNSRecord>, vector<DNSRecord> > >   getIXFRDeltas(const Combo
   pw.getHeader()->qr=0;
   pw.getHeader()->rd=0;
   pw.getHeader()->id=dns_random(0xffff);
-  pw.startRecord(zone, QType::SOA, 3600, QClass::IN, DNSPacketWriter::AUTHORITY);
+  pw.startRecord(zone, QType::SOA, 3600, QClass::IN, DNSResourceRecord::AUTHORITY);
   oursr.d_content->toPacket(pw);
   pw.commit();