diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-10 21:21:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-10 21:21:36 +0300 |
commit | 35fcde4aba1bf0d7c56c4995274a04b515316bd9 (patch) | |
tree | c25483d9d0a163b0be75b0000f334125a4f64c72 /protocols | |
parent | 3d83eeec481c25253e2535e7ce9476e3f046123a (diff) |
grrrm
Diffstat (limited to 'protocols')
-rwxr-xr-x | protocols/JabberG/src/jabber_thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index f8472cd9e4..49f6f8a8e8 100755 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -1456,7 +1456,7 @@ void CJabberProto::OnProcessPresenceCapabilites(HXML node) bin2hexW(hashOut, _countof(hashOut), szHashOut);
r->m_pCaps = m_clientCapsManager.GetPartialCaps(szNode, szHashOut);
if (r->m_pCaps == nullptr)
- r->m_pCaps = m_clientCapsManager.SetClientCaps(szNode, szHash, szVer, JABBER_RESOURCE_CAPS_NONE);
+ r->m_pCaps = m_clientCapsManager.SetClientCaps(szNode, szHashOut, szVer, JABBER_RESOURCE_CAPS_NONE);
MCONTACT hContact = HContactFromJID(from);
if (hContact)
|