]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Englishify missing GSS-TSIG feature error message. 13192/head
authorAndreas Jakum <aj-gh@users.noreply.github.com>
Tue, 29 Aug 2023 13:07:31 +0000 (15:07 +0200)
committerAndreas Jakum <aj-gh@users.noreply.github.com>
Tue, 29 Aug 2023 13:07:31 +0000 (15:07 +0200)
pdns/tkey.cc

index 0fabcd2f9a82ce8499e91d9935d565c43f365469..23214af3cd1b053cffd7812df40e63c491b9f316 100644 (file)
@@ -71,7 +71,7 @@ void PacketHandler::tkeyHandler(const DNSPacket& p, std::unique_ptr<DNSPacket>&
 #ifdef ENABLE_GSS_TSIG
       g_log<<Logger::Error<<"GSS-TSIG request but feature not enabled by enable-gss-tsigs setting"<<endl;
 #else
-      g_log<<Logger::Error<<"GSS-TSIG request but not feature not compiled in"<<endl;
+      g_log<<Logger::Error<<"GSS-TSIG request but feature not compiled in"<<endl;
 #endif
     }
   } else if (tkey_in.d_mode == 5) { // destroy context