Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Peter van Dijk <[email protected]>
  • Loading branch information
omoerbeek and Habbie authored Nov 12, 2024
1 parent 3dbee6a commit c17dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/tkey.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c17dff6

Please sign in to comment.