Skip to content

Commit

Permalink
Merge pull request #14681 from phonedph1/patch-4
Browse files Browse the repository at this point in the history
dnsdist: very nitty Update dnsdist-lua-actions.cc
  • Loading branch information
rgacogne authored Sep 18, 2024
2 parents aa1eb67 + 10edfc1 commit 0171b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/dnsdistdist/dnsdist-lua-actions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,7 @@ class NegativeAndSOAAction : public DNSAction

[[nodiscard]] std::string toString() const override
{
return std::string(d_nxd ? "NXD " : "NODATA") + " with SOA";
return std::string(d_nxd ? "NXD" : "NODATA") + " with SOA";
}
[[nodiscard]] dnsdist::ResponseConfig& getResponseConfig()
{
Expand Down

0 comments on commit 0171b03

Please sign in to comment.