From bebab62e39e83e698ce5475a73987df01fe3a147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 19 May 2015 18:51:16 +0000 Subject: Steam: Fix showing error message on sending message; small cleanup and FIXME note git-svn-id: http://svn.miranda-ng.org/main/trunk@13701 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_account.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Steam/src/steam_account.cpp') diff --git a/protocols/Steam/src/steam_account.cpp b/protocols/Steam/src/steam_account.cpp index e20c1f51e2..0cdbc95f80 100644 --- a/protocols/Steam/src/steam_account.cpp +++ b/protocols/Steam/src/steam_account.cpp @@ -229,6 +229,7 @@ void CSteamProto::OnLoggedOn(const NETLIBHTTPREQUEST *response, void *) if (response == NULL) { // Probably expired TokenSecret + // FIXME: no response could be also when there is no internet connection available! and in that case it shouldn't delete the token from db... HandleTokenExpired(); return; } -- cgit v1.2.3