diff options
Diffstat (limited to 'src/modules/extra/m_ldapauth.cpp')
-rw-r--r-- | src/modules/extra/m_ldapauth.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/extra/m_ldapauth.cpp b/src/modules/extra/m_ldapauth.cpp index 827179f84..d1690850d 100644 --- a/src/modules/extra/m_ldapauth.cpp +++ b/src/modules/extra/m_ldapauth.cpp @@ -118,12 +118,6 @@ public: conn = NULL; } - void init() CXX11_OVERRIDE - { - ServerInstance->Modules->AddService(ldapAuthed); - ServerInstance->Modules->AddService(ldapVhost); - } - ~ModuleLDAPAuth() { if (conn) |