From d1f3676db418a480058bb07b5991b3471bc8ae29 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sun, 25 Oct 2015 22:04:21 +0100 Subject: [PATCH] adjust to the new one place of the Place enum --- pdns/ixfr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.40.0