From bfff438589baec0808e649f734a184f52ca4ee0f Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 7 Sep 2008 23:19:52 +0000 Subject: Fix missing semicolon in m_ssl_openssl [danieldg] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10464 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_ssl_openssl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/extra/m_ssl_openssl.cpp b/src/modules/extra/m_ssl_openssl.cpp index d234cb6e5..092dc0577 100644 --- a/src/modules/extra/m_ssl_openssl.cpp +++ b/src/modules/extra/m_ssl_openssl.cpp @@ -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)) { -- cgit v1.2.3