1
0
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:
Sadie Powell
2025-11-09 11:38:51 +00:00
parent fb1014a53c
commit 8562445038
18 changed files with 43 additions and 65 deletions
+1 -1
View File
@@ -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;
}