From: bert hubert Date: Sun, 25 Oct 2015 21:04:21 +0000 (+0100) Subject: adjust to the new one place of the Place enum X-Git-Tag: dnsdist-1.0.0-alpha1~252^2~6^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1f3676db418a480058bb07b5991b3471bc8ae29;p=pdns adjust to the new one place of the Place enum --- diff --git a/pdns/ixfr.cc b/pdns/ixfr.cc index 333909a54..f1eb0b8d8 100644 --- a/pdns/ixfr.cc +++ b/pdns/ixfr.cc @@ -12,7 +12,7 @@ vector, vector > > 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();