diff options
| author | 2008-04-09 16:02:23 +0000 | |
|---|---|---|
| committer | 2008-04-09 16:02:23 +0000 | |
| commit | ebdf1a0c6bacc1c7bdc01cb55d67e01cbce99826 (patch) | |
| tree | 0450294ee2c64fe406c49648f5bad388d7b77901 /src/modules/extra/m_ldapauth.cpp | |
| parent | AddClient -> AddUser, to be consistant (diff) | |
| download | inspircd++-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.cpp | 2 |
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; |
