From d2ba7b2a8775084522e63390be45eb38b9ddde1b Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Wed, 29 Apr 2015 16:07:10 +0000 Subject: SkypeWeb: Temporary connection fix. git-svn-id: http://svn.miranda-ng.org/main/trunk@13245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_trouter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols') 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 -- cgit v1.2.3