summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_api.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-08 20:22:55 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-08 20:22:55 +0300
commit590fca56c460dc8a2be22c5e8370f79ab8c25cd2 (patch)
tree7154f97ebdfb852ce35a573f5ea4301916375e98 /protocols/JabberG/src/jabber_api.cpp
parentc836061c4bce5fac2c3c349ace3bddb99f081c9e (diff)
Jabber: unneeded parameter eliminated from CJabberProto::GetResourceCapabilites
Diffstat (limited to 'protocols/JabberG/src/jabber_api.cpp')
-rw-r--r--protocols/JabberG/src/jabber_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_api.cpp b/protocols/JabberG/src/jabber_api.cpp
index ea3628328c..df3d97a563 100644
--- a/protocols/JabberG/src/jabber_api.cpp
+++ b/protocols/JabberG/src/jabber_api.cpp
@@ -318,7 +318,7 @@ int CJabberProto::RemoveFeatures(LPCTSTR szFeatures)
LPTSTR CJabberProto::GetResourceFeatures(LPCTSTR jid)
{
- JabberCapsBits jcb = GetResourceCapabilites(jid, true);
+ JabberCapsBits jcb = GetResourceCapabilities(jid);
if (jcb & JABBER_RESOURCE_CAPS_ERROR)
return nullptr;