diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-04 16:09:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-04 16:09:44 +0300 |
commit | c8a8a21467b39beb7fb02f4a4a36e3ccc2afba0e (patch) | |
tree | 34894b5d63db97f5a1459b2c4385222d4c8731e1 /protocols/MSN | |
parent | 00df22931e60ba32a66dd2fa2bf14e66cd89b961 (diff) |
warning fix
Diffstat (limited to 'protocols/MSN')
-rw-r--r-- | protocols/MSN/src/msn_skypeab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/MSN/src/msn_skypeab.cpp b/protocols/MSN/src/msn_skypeab.cpp index 6350421a80..8f1abdaf74 100644 --- a/protocols/MSN/src/msn_skypeab.cpp +++ b/protocols/MSN/src/msn_skypeab.cpp @@ -331,7 +331,6 @@ bool CMsnProto::MSN_SKYABAuthRq(const char *wlid, const char *pszGreeting) NETLIBHTTPREQUEST nlhr = { 0 };
NETLIBHTTPHEADER headers[4];
bool bRet = false;
- char szURL[256];
CMStringA post;
// initialize the netlib request
|