mirror of
https://github.com/anope/anope.git
synced 2026-07-09 04:03:13 +02:00
Fix crash from loading exceptions with db_old and then unloading db_old
This commit is contained in:
@@ -32,6 +32,8 @@ class SessionService : public Service
|
||||
|
||||
SessionService(Module *m) : Service(m, "SessionService", "session") { }
|
||||
|
||||
virtual Exception *CreateException() = 0;
|
||||
|
||||
virtual void AddException(Exception *e) = 0;
|
||||
|
||||
virtual void DelException(Exception *e) = 0;
|
||||
|
||||
Reference in New Issue
Block a user