mirror of
https://github.com/znc/znc.git
synced 2026-05-02 11:32:29 +02:00
Rename new callback, fix build
This commit is contained in:
@@ -1210,7 +1210,7 @@ void CClient::OnAuthenticateMessage(CAuthenticateMessage& Message) {
|
||||
CString CClient::EnumerateSASLMechanisms(SCString& ssMechanisms) {
|
||||
CString sMechanisms;
|
||||
|
||||
GLOBALMODULECALL(OnGetSASLMechanisms(ssMechanisms), NOTHING);
|
||||
GLOBALMODULECALL(OnClientGetSASLMechanisms(ssMechanisms), NOTHING);
|
||||
|
||||
if (ssMechanisms.size()) {
|
||||
sMechanisms =
|
||||
|
||||
Reference in New Issue
Block a user