]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_ssl_openssl.cpp
Fix various rline bugs, implement /stats R, and fix the issue where you get no error...
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_openssl.cpp
index d234cb6e5779581ac83b77172e379b9fc463dbf0..092dc05777efc5a34db7f5caa77a81d66171eeba 100644 (file)
@@ -326,7 +326,7 @@ class ModuleSSLOpenSSL : public Module
                                // User is using SSL, they're a local user, and they're using one of *our* SSL ports.
                                // Potentially there could be multiple SSL modules loaded at once on different ports.
                                ServerInstance->Users->QuitUser(user, "SSL module unloading");
-                               user->DelIOHook()
+                               user->DelIOHook();
                        }
                        if (user->GetExt("ssl_cert", dummy))
                        {