From 13e0df7f092ad00053745716a2cdc6d21e2d98e1 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 13 Jun 2017 22:25:48 +0300 Subject: oops --- protocols/SkypeWeb/src/skype_oauth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/skype_oauth.cpp') 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) -- cgit v1.2.3