From: Bert Hubert Date: Thu, 30 Dec 2010 21:22:18 +0000 (+0000) Subject: also fix up the signing of the SOA in noerror responses X-Git-Tag: auth-3.0~472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bccefefabaefd2c090b62374ff8b6183981c314f;p=pdns also fix up the signing of the SOA in noerror responses git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1775 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index be1aa82d2..ef372d1ba 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -985,6 +985,7 @@ void PacketHandler::makeNOError(DNSPacket* p, DNSPacket* r, const std::string& t rr.ttl=sd.ttl; rr.domain_id=sd.domain_id; rr.d_place=DNSResourceRecord::AUTHORITY; + rr.auth = 1; r->addRecord(rr); if(p->d_dnssecOk)