From: Peter van Dijk Date: Fri, 22 Mar 2024 15:17:53 +0000 (+0100) Subject: accept the complexity of this function for now X-Git-Tag: rec-5.1.0-alpha1~88^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c9ffb7d1a040306860b45025f7dfa3bbecebd5;p=thirdparty%2Fpdns.git accept the complexity of this function for now --- 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;