From 14b93e5f0535fd6e05067670f9cb8e40b5061519 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Nov 2019 12:06:28 +0300 Subject: typo fix --- protocols/JabberG/src/jabber_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 8619ad0e2b..3cb66750ba 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -842,7 +842,7 @@ HANDLE CJabberProto::SendFile(MCONTACT hContact, const wchar_t *szDescription, w JabberCapsBits jcb = 0; if (!m_bUseHttpUpload) { - GetResourceCapabilities(item->jid); + jcb = GetResourceCapabilities(item->jid); if (jcb == JABBER_RESOURCE_CAPS_IN_PROGRESS) { Sleep(600); jcb = GetResourceCapabilities(item->jid); -- cgit v1.2.3