summaryrefslogtreecommitdiff
path: root/protocols/JabberG
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-11-07 12:06:28 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-11-07 12:06:28 +0300
commit14b93e5f0535fd6e05067670f9cb8e40b5061519 (patch)
tree0e9f23a1d9ba3679da9dfdf74e162c99986cacc7 /protocols/JabberG
parent7f5b2d67d2ea99cbc986f58e57f609fae1aee1f7 (diff)
typo fix
Diffstat (limited to 'protocols/JabberG')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp2
1 files changed, 1 insertions, 1 deletions
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);