diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 16:07:10 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 16:07:10 +0000 |
commit | d2ba7b2a8775084522e63390be45eb38b9ddde1b (patch) | |
tree | b7e979bea4c6d753a26a4278f1e102e75e89b888 /protocols | |
parent | 63055c7d28e3f878ae9ab6b1edbdb1025083fa77 (diff) |
SkypeWeb: Temporary connection fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/SkypeWeb/src/skype_trouter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/SkypeWeb/src/skype_trouter.cpp b/protocols/SkypeWeb/src/skype_trouter.cpp index fd5133e79f..9ff87a16f8 100644 --- a/protocols/SkypeWeb/src/skype_trouter.cpp +++ b/protocols/SkypeWeb/src/skype_trouter.cpp @@ -120,9 +120,9 @@ void CSkypeProto::TRouterThread(void*) if (!isTerminated)
{
debugLogA(__FUNCTION__": unexpected termination; switching protocol to offline");
- SetStatus(ID_STATUS_OFFLINE);
+ //SetStatus(ID_STATUS_OFFLINE);
}
- m_hPollingThread = NULL;
- m_pollingConnection = NULL;
+ m_hTrouterThread = NULL;
+ m_TrouterConnection = NULL;
debugLogA(__FUNCTION__": leaving");
}
\ No newline at end of file |