From 52c9ffb7d1a040306860b45025f7dfa3bbecebd5 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 22 Mar 2024 16:17:53 +0100 Subject: [PATCH] accept the complexity of this function for now --- pdns/rfc2136handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/rfc2136handler.cc b/pdns/rfc2136handler.cc index 9f38fffd2b..d72d349dc9 100644 --- a/pdns/rfc2136handler.cc +++ b/pdns/rfc2136handler.cc @@ -661,7 +661,7 @@ int PacketHandler::forwardPacket(const string &msgPrefix, const DNSPacket& p, co } -int PacketHandler::processUpdate(DNSPacket& p) { +int PacketHandler::processUpdate(DNSPacket& p) { // NOLINT(readability-function-cognitive-complexity) if (! ::arg().mustDo("dnsupdate")) return RCode::Refused; -- 2.47.2