diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-06-13 22:25:48 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-06-13 22:25:48 +0300 |
commit | 13e0df7f092ad00053745716a2cdc6d21e2d98e1 (patch) | |
tree | 44105632cc835cd6bab3c16f12c408a6c8acf816 | |
parent | 504c960c9d9e7972405fed9482938330f7394dd0 (diff) |
oops
-rw-r--r-- | protocols/SkypeWeb/src/skype_oauth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_oauth.cpp b/protocols/SkypeWeb/src/skype_oauth.cpp index b68aa85442..ae7c1b305b 100644 --- a/protocols/SkypeWeb/src/skype_oauth.cpp +++ b/protocols/SkypeWeb/src/skype_oauth.cpp @@ -77,7 +77,7 @@ void CSkypeProto::OnOAuthAuthorize(const NETLIBHTTPREQUEST *response) } std::string t = match[1]; - PushRequest(new OAuthRequest(t.c_str(), 0), &CSkypeProto::OnOAuthEnd); + PushRequest(new OAuthRequest(t.c_str()), &CSkypeProto::OnOAuthEnd); } void CSkypeProto::OnOAuthEnd(const NETLIBHTTPREQUEST *response) |