mirror of
https://github.com/anope/anope.git
synced 2026-07-03 17:13:11 +02:00
Send replies back to uses after m_ldap_authentication processes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user