1
0
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:
Adam
2013-12-01 21:16:50 -05:00
parent faab2c6793
commit b5966cf99e
3 changed files with 12 additions and 5 deletions
+2
View File
@@ -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;