summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-11-09 11:04:52 +0000
committerPeter Powell <petpow@saberuk.com>2017-11-09 11:11:14 +0000
commite83506b7abde9fdd628b9065fb3b6c01d370808f (patch)
tree83c3293d077203362af1eea454da5377b55a3c56 /src
parent8f83c6709fa531e4d1ff323eb35cd6d394419b17 (diff)
Revert the code changes to m_sasl made in commit 9d4b4344b4.
This is causing problems such as duplicate 904 messages.
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_sasl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_sasl.cpp b/src/modules/m_sasl.cpp
index 7108e0c07..0ef93ec5a 100644
--- a/src/modules/m_sasl.cpp
+++ b/src/modules/m_sasl.cpp
@@ -35,10 +35,6 @@ static void SendSASL(const parameterlist& params)
{
if (!ServerInstance->PI->SendEncapsulatedData(params))
{
- User* u = ServerInstance->FindUUID(params[2]);
- if (u)
- u->WriteNumeric(904, "%s :SASL authentication failed", u->nick.c_str());
-
SASLFallback(NULL, params);
}
}