From 17ea4ed8f5c4b08668223897c6de87dd3bdd598c Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 2 Sep 2011 15:28:16 -0400 Subject: Fixed service_reference to work correctly with external classes --- modules/extra/m_ldap_authentication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 4b1b8ca27..25d75a410 100644 --- a/modules/extra/m_ldap_authentication.cpp +++ b/modules/extra/m_ldap_authentication.cpp @@ -165,7 +165,7 @@ class OnRegisterInterface : public LDAPInterface class NSIdentifyLDAP : public Module { - service_reference ldap; + service_reference ldap; IdentifyInterface iinterface; OnIdentifyInterface oninterface; OnRegisterInterface orinterface; -- cgit