aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_ldapauth.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-04-09 16:02:23 +0000
committerGravatar w00t2008-04-09 16:02:23 +0000
commitebdf1a0c6bacc1c7bdc01cb55d67e01cbce99826 (patch)
tree0450294ee2c64fe406c49648f5bad388d7b77901 /src/modules/extra/m_ldapauth.cpp
parentAddClient -> AddUser, to be consistant (diff)
downloadinspircd++-ebdf1a0c6bacc1c7bdc01cb55d67e01cbce99826.tar.gz
inspircd++-ebdf1a0c6bacc1c7bdc01cb55d67e01cbce99826.tar.bz2
inspircd++-ebdf1a0c6bacc1c7bdc01cb55d67e01cbce99826.zip
Fix these
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9444 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_ldapauth.cpp')
-rw-r--r--src/modules/extra/m_ldapauth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_ldapauth.cpp b/src/modules/extra/m_ldapauth.cpp
index de9dc3c6c..60f1e8978 100644
--- a/src/modules/extra/m_ldapauth.cpp
+++ b/src/modules/extra/m_ldapauth.cpp
@@ -121,7 +121,7 @@ public:
if (!CheckCredentials(user))
{
- User::QuitUser(ServerInstance,user,killreason);
+ ServerInstance->Users->QuitUser(user, killreason);
return 1;
}
return 0;