mirror of
https://github.com/anope/anope.git
synced 2026-07-10 00:23:11 +02:00
Fix double lookups on accounts when authenticating.
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
Anope::Encrypt(ii->req->GetPassword(), na->nc->pass);
|
||||
|
||||
na->nc->Extend<Anope::string>("ldap_authentication_dn", ii->dn);
|
||||
ii->req->Success(me);
|
||||
ii->req->Success(me, na);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user