From: Remi Gacogne Date: Fri, 10 Jul 2026 12:30:16 +0000 (+0200) Subject: dnsdist: Fix awful typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce3cdb9390818ca30565d805edbf7ff1e78b8f9c;p=thirdparty%2Fpdns.git dnsdist: Fix awful typo Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/dnsdist.hh b/pdns/dnsdistdist/dnsdist.hh index 643f0af1e9..80eaa26bf3 100644 --- a/pdns/dnsdistdist/dnsdist.hh +++ b/pdns/dnsdistdist/dnsdist.hh @@ -1022,7 +1022,7 @@ ProcessQueryResult processQueryAfterRules(DNSQuestion& dnsQuestion, std::shared_ */ bool processResponse(PacketBuffer& response, DNSResponse& dnsResponse, bool muted); /* Apply the decision (result) of a single rule to this query. If the decision implies to drop the query - `query` will be set to `true`. The return value indicates whether subsequent rules should be evaluated (true) + `drop` will be set to `true`. The return value indicates whether subsequent rules should be evaluated (true) or not (false). */ bool processRulesResult(const DNSAction::Action& action, DNSQuestion& dnsQuestion, std::string& ruleresult, bool& drop);