diff options
Diffstat (limited to 'protocols/SkypeWeb/src/skype_contacts.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_contacts.cpp | 4 |
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)
|