]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo 14842/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 12 Nov 2024 08:20:25 +0000 (09:20 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 08:20:25 +0000 (09:20 +0100)
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
pdns/tkey.cc

index 2c8dd76da800a44c3ff202bcf96d9efc772f0e79..2132f207562f70b90af137bd9f6e9ca554258eed 100644 (file)
@@ -69,7 +69,7 @@ void PacketHandler::tkeyHandler(const DNSPacket& p, std::unique_ptr<DNSPacket>&
       {
       tkey_out->d_error = 21; // BADALGO
 #ifdef ENABLE_GSS_TSIG
-      g_log<<Logger::Debug<<"GSS-TSIG request but feature not enabled by enable-gss-tsigs setting"<<endl;
+      g_log<<Logger::Debug<<"GSS-TSIG request but feature not enabled by enable-gss-tsig setting"<<endl;
 #else
       g_log<<Logger::Debug<<"GSS-TSIG request but feature not compiled in"<<endl;
 #endif