]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
sigh-tidy 17358/head
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 15 May 2026 06:04:35 +0000 (08:04 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 26 May 2026 21:36:05 +0000 (23:36 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/auth-main.cc

index 63ad919e2d1e97e4227b7cd578e1daa8eab9c7fc..19881f48fd0e69b80f06c1982cac4d270ee196e3 100644 (file)
@@ -569,6 +569,7 @@ static void sendout(std::unique_ptr<DNSPacket>& a, Logr::log_t slog, int start)
 }
 
 //! The qthread receives questions over the internet via the Nameserver class, and hands them to the Distributor for further processing
+// NOLINTNEXTLINE(readability-function-cognitive-complexity)
 static void qthread(unsigned int num)
 {
   std::shared_ptr<Logr::Logger> slog;