Core/Auth: Cancel ban expiry check timer on shutdown

This commit is contained in:
Shauren
2016-02-16 00:16:31 +01:00
parent 811c8bbd69
commit 655fc0135f

View File

@@ -189,6 +189,7 @@ int main(int argc, char** argv)
// Start the io service worker loop
_ioService->run();
_banExpiryCheckTimer->cancel();
_dbPingTimer->cancel();
sAuthSocketMgr.StopNetwork();