diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-06 19:01:16 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-06 19:01:16 +0000 |
commit | ec6bdb06f02e0a6ecd7ee84e84c8c70ac42ae7de (patch) | |
tree | 0cec3bb2f872ef64be25c8c1cff49a6289c434e6 /protocols/SkypeWeb/src/skype_polling.cpp | |
parent | 7056dd6d9d9fc9eefad716272e24682f55ace117 (diff) |
SkypeWeb: Small fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_polling.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_polling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_polling.cpp b/protocols/SkypeWeb/src/skype_polling.cpp index a4534846b8..a9d4efd44d 100644 --- a/protocols/SkypeWeb/src/skype_polling.cpp +++ b/protocols/SkypeWeb/src/skype_polling.cpp @@ -69,7 +69,7 @@ void CSkypeProto::PollingThread(void*) continue;
}
ParsePollData (root);
-
+ errors = 0;
m_pollingConnection = response->nlc;
CallService(MS_NETLIB_FREEHTTPREQUESTSTRUCT, 0, (LPARAM)response);
}
|