mirror of
https://github.com/znc/znc.git
synced 2026-05-02 11:32:29 +02:00
rename next sasl module hook
This commit is contained in:
@@ -1146,8 +1146,9 @@ void CClient::OnAuthenticateMessage(CAuthenticateMessage& Message) {
|
||||
|
||||
auto bResult = false;
|
||||
CString sChallenge;
|
||||
GLOBALMODULECALL(OnSASLServerChallenge(m_sSASLMechanism, sChallenge),
|
||||
&bResult);
|
||||
GLOBALMODULECALL(
|
||||
OnClientSASLServerInitialChallenge(m_sSASLMechanism, sChallenge),
|
||||
&bResult);
|
||||
if (bResult) {
|
||||
SASLChallenge(sChallenge);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user