1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 15:56:38 +02:00

Make it easier to fail and delete SASL sessions.

This commit is contained in:
Sadie Powell
2025-02-05 12:49:29 +00:00
parent 3af8f35d3a
commit ee18083bb7
2 changed files with 20 additions and 33 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ namespace SASL
virtual Session *CreateSession(const Anope::string &uid) { return new Session(this, uid); }
virtual void ProcessMessage(Session *session, const Message &) = 0;
virtual bool ProcessMessage(Session *session, const Message &) = 0;
virtual ~Mechanism()
{