From 3c426be2a16c099625574968b2fe4f9518802689 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 8 Apr 2021 11:29:16 +0100 Subject: Refer to encryption as TLS instead of SSL in all messages. --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index dcfb513a7..8315a7cce 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -410,7 +410,7 @@ void ModuleManager::DoSafeUnload(Module* mod) for (user_hash::const_iterator u = users.begin(); u != users.end(); ) { User* user = u->second; - // The module may quit the user (e.g. TLS (SSL) mod unloading) and that will remove it from the container + // The module may quit the user (e.g. TLS mod unloading) and that will remove it from the container ++u; mod->OnCleanup(ExtensionItem::EXT_USER, user); user->UnhookExtensions(items); -- cgit v1.3.1-10-gc9f91