]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update dnsdist-lua-actions.cc 14681/head
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Tue, 17 Sep 2024 21:50:24 +0000 (15:50 -0600)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2024 21:50:24 +0000 (15:50 -0600)
pdns/dnsdistdist/dnsdist-lua-actions.cc

index 76a87bc4ab5476f067ec9fc83f6f4cee752aee09..5d6be53d5234548463b582f03498efbe57bce65c 100644 (file)
@@ -2214,7 +2214,7 @@ public:
 
   [[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()
   {