From 06f08800126f6cb0d1f58c9039a67f8f4a18f8da Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 17 Jul 2025 07:11:41 +0200 Subject: [PATCH] Missing local declaration Signed-off-by: Miod Vallat --- pdns/packethandler.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 733b05fdb0..fe3dc89b54 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -1382,6 +1382,7 @@ bool PacketHandler::tryAuthSignal(DNSPacket& p, std::unique_ptr& r, D // Insert synthetic response bool haveOne = false; bool autoPublish = !d_dk.isPresigned(zone); + std::string val; if(p.qtype.getCode() == QType::CDS) { d_dk.getPublishCDS(zone, val); autoPublish &= !val.empty(); -- 2.47.2