]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix typo #9728 9729/head
authorappliedprivacy <33653399+appliedprivacy@users.noreply.github.com>
Sat, 14 Nov 2020 17:28:44 +0000 (17:28 +0000)
committerGitHub <noreply@github.com>
Sat, 14 Nov 2020 17:28:44 +0000 (17:28 +0000)
pdns/dnsdist-web.cc

index a5d406a408caa1898b8e5a934e67ca34b3235ba3..2497e9d76c235ab9d41206a3bfb09e6560e1734c 100644 (file)
@@ -534,7 +534,7 @@ static void handlePrometheus(const YaHTTP::Request& req, YaHTTP::Response& resp)
           output << frontsbase << "tlshandshakefailures{frontend=\"" << frontName << "\",proto=\"" << proto << "\",thread=\"" << threadNumber << "\",error=\"unknownKeyExchangeType\"} " << errorCounters->d_unknownKeyExchangeType << "\n";
           output << frontsbase << "tlshandshakefailures{frontend=\"" << frontName << "\",proto=\"" << proto << "\",thread=\"" << threadNumber << "\",error=\"unknownProtocol\"} " << errorCounters->d_unknownProtocol << "\n";
           output << frontsbase << "tlshandshakefailures{frontend=\"" << frontName << "\",proto=\"" << proto << "\",thread=\"" << threadNumber << "\",error=\"unsupportedEC\"} " << errorCounters->d_unsupportedEC << "\n";
-          output << frontsbase << "tlshandshakefailures{frontend=\"" << frontName << "\",proto=\"" << proto << "\",thread=\"" << threadNumber << "\",error=\"unsupportedProtocol{\"} " << errorCounters->d_unsupportedProtocol << "\n";
+          output << frontsbase << "tlshandshakefailures{frontend=\"" << frontName << "\",proto=\"" << proto << "\",thread=\"" << threadNumber << "\",error=\"unsupportedProtocol\"} " << errorCounters->d_unsupportedProtocol << "\n";
         }
       }
     }