summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_login.cpp
diff options
context:
space:
mode:
authorElzorFox <elzorfox@ya.ru>2025-04-08 09:08:50 +0500
committerElzorFox <elzorfox@ya.ru>2025-04-08 09:08:50 +0500
commit05cc4c1cf0569e6bc1fa947a5c8b050589722f96 (patch)
tree0d85304992fe39b6e37d93b4770a944662fc9317 /protocols/Steam/src/steam_login.cpp
parent1955646cf33d43da930280b8ebbbee121bb1a428 (diff)
parentc6ae13679f4eedbdeded7ed91ca6ae621507b81a (diff)
Merge branch 'master' of https://github.com/miranda-ng/miranda-ng
Diffstat (limited to 'protocols/Steam/src/steam_login.cpp')
-rw-r--r--protocols/Steam/src/steam_login.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp
index 1235130542..669d164351 100644
--- a/protocols/Steam/src/steam_login.cpp
+++ b/protocols/Steam/src/steam_login.cpp
@@ -159,7 +159,7 @@ INT_PTR CALLBACK CSteamProto::EnterEmailCode(void *param)
ppro->SendConfirmationCode(true, T2Utf(es.ptszResult));
mir_free(es.ptszResult);
}
- else ppro->Logout();
+ else ppro->m_ws->terminate();
return 0;
}
@@ -174,7 +174,7 @@ INT_PTR CALLBACK CSteamProto::EnterTotpCode(void *param)
ppro->SendConfirmationCode(false, T2Utf(es.ptszResult));
mir_free(es.ptszResult);
}
- else ppro->Logout();
+ else ppro->m_ws->terminate();
return 0;
}