summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Discord/src/connection.cpp')
-rw-r--r--protocols/Discord/src/connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/connection.cpp b/protocols/Discord/src/connection.cpp
index 4ac9cead47..909c4f528f 100644
--- a/protocols/Discord/src/connection.cpp
+++ b/protocols/Discord/src/connection.cpp
@@ -87,6 +87,7 @@ void CDiscordProto::ShutdownSession()
return;
debugLogA("CDiscordProto::ShutdownSession");
+ m_bTerminated = true;
// shutdown all resources
if (pMfaDialog)