From: Miod Vallat Date: Thu, 17 Jul 2025 05:11:41 +0000 (+0200) Subject: Missing local declaration X-Git-Tag: rec-5.4.0-alpha0~21^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f08800126f6cb0d1f58c9039a67f8f4a18f8da;p=thirdparty%2Fpdns.git Missing local declaration Signed-off-by: Miod Vallat --- 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();