diff options
author | Adam <Adam@anope.org> | 2011-09-03 00:17:01 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-10 02:05:56 -0400 |
commit | 19e0b87aa1f41c3aabf6afc87ecdc8517dd47af0 (patch) | |
tree | e81fc3d3b0b1ed04a2762bd3156094d4196e304d /modules/extra/m_ldap_authentication.cpp | |
parent | 17ea4ed8f5c4b08668223897c6de87dd3bdd598c (diff) |
Removed /bs set msg
Diffstat (limited to 'modules/extra/m_ldap_authentication.cpp')
-rw-r--r-- | modules/extra/m_ldap_authentication.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/extra/m_ldap_authentication.cpp b/modules/extra/m_ldap_authentication.cpp index 25d75a410..8a4ef2702 100644 --- a/modules/extra/m_ldap_authentication.cpp +++ b/modules/extra/m_ldap_authentication.cpp @@ -66,7 +66,6 @@ class IdentifyInterface : public LDAPInterface enc_encrypt(ii->pass, na->nc->pass); c->Execute(ii->source, ii->params); - ii->source.DoReply(); delete ii; } @@ -91,7 +90,6 @@ class IdentifyInterface : public LDAPInterface u->Extend("m_ldap_authentication_error"); c->Execute(ii->source, ii->params); - ii->source.DoReply(); delete ii; } |