summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb')
-rw-r--r--protocols/SkypeWeb/src/skype_oauth.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_oauth.cpp b/protocols/SkypeWeb/src/skype_oauth.cpp
index 9926402232..f09a5674bb 100644
--- a/protocols/SkypeWeb/src/skype_oauth.cpp
+++ b/protocols/SkypeWeb/src/skype_oauth.cpp
@@ -71,7 +71,6 @@ void CSkypeProto::OnOAuthAuthorize(const NETLIBHTTPREQUEST *response)
std::regex regex;
std::smatch match;
std::string content = response->pData;
- ptrA szContent(response->pData);
regex = "<input type=\"hidden\" name=\"t\" id=\"t\" value=\"(.+?)\">";
if (!std::regex_search(content, match, regex))