Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2015-07-05 05:28:31 +0300
committereionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2015-07-05 05:28:31 +0300
commit4f0ea110a5bdba9d2b18ec8785b2edb276f0cccd (patch)
treea819a294a277794e3b4be07fb13b4ce6695143f2
parentde624e3f282ddcb34e2a0b44fce606bb93dba479 (diff)
Fix crashes when the server tells us to reconnect. Fixes #97
-rw-r--r--steam-mobile/libsteam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/steam-mobile/libsteam.c b/steam-mobile/libsteam.c
index ddedc43..b2f8c59 100644
--- a/steam-mobile/libsteam.c
+++ b/steam-mobile/libsteam.c
@@ -633,6 +633,7 @@ steam_poll_cb(SteamAccount *sa, JsonObject *obj, gpointer user_data)
{
g_string_free(users_to_update, TRUE);
purple_connection_error(sa->pc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, _("Reconnect needed"));
+ return;
}
if (!secure)