Skip to content

Commit

Permalink
auth: ignore doQuestion for clang-tidy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Aug 28, 2024
1 parent f93ae43 commit 033c2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdns/packethandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,7 @@ bool PacketHandler::tryWildcard(DNSPacket& p, std::unique_ptr<DNSPacket>& r, DNS
}

//! Called by the Distributor to ask a question. Returns 0 in case of an error
// NOLINTNEXTLINE(readability-function-cognitive-complexity)
std::unique_ptr<DNSPacket> PacketHandler::doQuestion(DNSPacket& p)
{
DNSZoneRecord rr;
Expand Down

0 comments on commit 033c2a4

Please sign in to comment.