From: Peter van Dijk Date: Thu, 24 Jun 2021 12:07:52 +0000 (+0200) Subject: Only perform AdditionalServiceProcessing for aliasform records. X-Git-Tag: dnsdist-1.7.0-alpha1~126^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10522%2Fhead;p=thirdparty%2Fpdns.git Only perform AdditionalServiceProcessing for aliasform records. Co-authored-by: Kees Monshouwer --- diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 5cf2acf42f..45164c35d8 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -518,7 +518,9 @@ void PacketHandler::doAdditionalProcessing(DNSPacket& p, std::unique_ptrgetPriority() == 0) { + content = doAdditionalServiceProcessing(content, rr.dr.d_type, r, extraRecords); + } break; } default: