summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_trouter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb/src/skype_trouter.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_trouter.cpp6
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