diff options
| author | 2021-04-08 11:29:16 +0100 | |
|---|---|---|
| committer | 2021-04-08 11:45:15 +0100 | |
| commit | 3c426be2a16c099625574968b2fe4f9518802689 (patch) | |
| tree | cb8e02fd416a6fc90fae46d3c6a3ad862a93375b /src/modules/m_spanningtree/main.cpp | |
| parent | Remove the remainders of genssl. (diff) | |
Refer to encryption as TLS instead of SSL in all messages.
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index fa5b4aeb6..13753ea73 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -721,7 +721,7 @@ restart: TreeSocket* sock = child->GetSocket(); if (sock->GetModHook(mod)) { - sock->SendError("SSL module unloaded"); + sock->SendError("TLS module unloaded"); sock->Close(); // XXX: The list we're iterating is modified by TreeServer::SQuit() which is called by Close() goto restart; |
