diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-05-19 18:51:16 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-05-19 18:51:16 +0000 |
commit | bebab62e39e83e698ce5475a73987df01fe3a147 (patch) | |
tree | 13a7210afad01894271c96e6200c908b81aedf25 /protocols/Steam/src/steam_account.cpp | |
parent | 331cea6299be141243e89e10755ec4adf5ef5d90 (diff) |
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
Diffstat (limited to 'protocols/Steam/src/steam_account.cpp')
-rw-r--r-- | protocols/Steam/src/steam_account.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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;
}
|