summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-19 14:10:37 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-19 14:10:37 +0300
commite7ca07ff3871bb91337f50adce8274f0eee43f26 (patch)
tree797ccbadd7699905e8fac8a5c0fbe1ed07a185a3 /plugins/CloudFile/src
parent12c0a01bc1826949fa9e146b668a400cab679a63 (diff)
merge with master till
fixes #1368 (Hide dbx_mmap from profile manager)
Diffstat (limited to 'plugins/CloudFile/src')
-rw-r--r--plugins/CloudFile/src/cloud_file.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CloudFile/src/cloud_file.cpp b/plugins/CloudFile/src/cloud_file.cpp
index 2c019cbd96..13ba742690 100644
--- a/plugins/CloudFile/src/cloud_file.cpp
+++ b/plugins/CloudFile/src/cloud_file.cpp
@@ -3,8 +3,7 @@
CCloudService::CCloudService(const char *protoName, const wchar_t *userName)
: PROTO<CCloudService>(protoName, userName)
{
- MUUID muidLast = MIID_LAST;
- m_hLangpack = GetPluginLangId(muidLast, 0);
+ m_hLangpack = GetPluginLangId(MIID_LAST, 0);
NETLIBUSER nlu = {};
nlu.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_UNICODE;