From 52eaa7d6d61e3373340fd5a69b92b0fb3b5609e0 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 25 Jan 2012 15:48:07 -0500 Subject: Windows --- modules/extra/m_ldap_authentication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/extra/m_ldap_authentication.cpp') diff --git a/modules/extra/m_ldap_authentication.cpp b/modules/extra/m_ldap_authentication.cpp index 148ee8250..02fc05649 100644 --- a/modules/extra/m_ldap_authentication.cpp +++ b/modules/extra/m_ldap_authentication.cpp @@ -163,7 +163,7 @@ class OnRegisterInterface : public LDAPInterface class NSIdentifyLDAP : public Module { - service_reference ldap; + service_reference ldap; IdentifyInterface iinterface; OnIdentifyInterface oninterface; OnRegisterInterface orinterface; @@ -176,7 +176,7 @@ class NSIdentifyLDAP : public Module Anope::string disable_reason; public: NSIdentifyLDAP(const Anope::string &modname, const Anope::string &creator) : - Module(modname, creator, SUPPORTED), ldap("ldap/main"), iinterface(this), oninterface(this), orinterface(this) + Module(modname, creator, SUPPORTED), ldap("LDAPProvider", "ldap/main"), iinterface(this), oninterface(this), orinterface(this) { this->SetAuthor("Anope"); -- cgit