aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-02-16 00:16:31 +0100
committerShauren <shauren.trinity@gmail.com>2016-02-16 00:16:31 +0100
commit655fc0135fe5d320cbcea766242468185b3c586a (patch)
tree57380b728e63d0c26a94ab8c7975b94e69942b78 /src
parent811c8bbd6975352591324d0224d53bc73f3cfec9 (diff)
Core/Auth: Cancel ban expiry check timer on shutdown
Diffstat (limited to 'src')
-rw-r--r--src/server/authserver/Main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp
index 46de0dbf3ff..0618ec437b6 100644
--- a/src/server/authserver/Main.cpp
+++ b/src/server/authserver/Main.cpp
@@ -189,6 +189,7 @@ int main(int argc, char** argv)
// Start the io service worker loop
_ioService->run();
+ _banExpiryCheckTimer->cancel();
_dbPingTimer->cancel();
sAuthSocketMgr.StopNetwork();