summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_contacts.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-05-10 17:57:04 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-05-10 17:57:04 +0000
commit49a61ca4089823618d54965d24ce32f13e3b753f (patch)
tree393f2374674f7bd389d59209b6e08607b6cb1876 /protocols/SkypeWeb/src/skype_contacts.cpp
parentfb2153343180082ffb144eb2585e20bcf25351eb (diff)
SkypeWeb: AuthRequest greeting fix. Cleanup.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13512 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_contacts.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_contacts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_contacts.cpp b/protocols/SkypeWeb/src/skype_contacts.cpp
index f7c2e9271b..6829078a66 100644
--- a/protocols/SkypeWeb/src/skype_contacts.cpp
+++ b/protocols/SkypeWeb/src/skype_contacts.cpp
@@ -137,8 +137,8 @@ void CSkypeProto::LoadContactsAuth(const NETLIBHTTPREQUEST *response)
ptrT eventTimeStr(json_as_string(node));
time_t eventTime = IsoToUnixTime(eventTimeStr);
- if (reason == "null")
- reason.Empty();
+ //if (reason == "null")
+ // reason.Empty();
MCONTACT hContact = AddContact(skypename);
if (hContact)