From b7b72521a7066f7694fdcc78702936fae4b11894 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 11 Jan 2023 00:37:09 +0000 Subject: Fix calling various static functions through a type instance. --- src/modules/m_sasl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_sasl.cpp') diff --git a/src/modules/m_sasl.cpp b/src/modules/m_sasl.cpp index 6946ec9ae..89bd404f2 100644 --- a/src/modules/m_sasl.cpp +++ b/src/modules/m_sasl.cpp @@ -252,7 +252,7 @@ public: else if (msg[2] == "D") { this->state = SASL_DONE; - this->result = this->GetSaslResult(msg[3]); + this->result = GetSaslResult(msg[3]); } else if (msg[2] == "M") this->user->WriteNumeric(RPL_SASLMECHS, msg[3], "are available SASL mechanisms"); -- cgit v1.3.1-10-gc9f91