summaryrefslogtreecommitdiff
path: root/modules/extra/m_ldap_authentication.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-12 13:08:53 -0400
committerAdam <Adam@anope.org>2011-08-12 13:08:53 -0400
commitad4c4e462b3283a69b5f92fc8be8887a1081906b (patch)
treeb435239a8ff91914aef4f82872f76ef41ebf5c10 /modules/extra/m_ldap_authentication.cpp
parented33a4f75b47a93d0eb1ff9b05f6336637bf01f6 (diff)
Send replies back to uses after m_ldap_authentication processes
Diffstat (limited to 'modules/extra/m_ldap_authentication.cpp')
-rw-r--r--modules/extra/m_ldap_authentication.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/extra/m_ldap_authentication.cpp b/modules/extra/m_ldap_authentication.cpp
index dee3794fc..4b1b8ca27 100644
--- a/modules/extra/m_ldap_authentication.cpp
+++ b/modules/extra/m_ldap_authentication.cpp
@@ -66,6 +66,7 @@ class IdentifyInterface : public LDAPInterface
enc_encrypt(ii->pass, na->nc->pass);
c->Execute(ii->source, ii->params);
+ ii->source.DoReply();
delete ii;
}
@@ -90,6 +91,7 @@ class IdentifyInterface : public LDAPInterface
u->Extend("m_ldap_authentication_error");
c->Execute(ii->source, ii->params);
+ ii->source.DoReply();
delete ii;
}