]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix awful typo 17719/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 10 Jul 2026 12:30:16 +0000 (14:30 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 10 Jul 2026 12:30:16 +0000 (14:30 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/dnsdist.hh

index 643f0af1e94b961cbef3dbaf4f438ca10916bab3..80eaa26bf3efe9bf7637707f6e9243b14868c36e 100644 (file)
@@ -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);