summaryrefslogtreecommitdiff
path: root/protocols/JabberG
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG')
-rwxr-xr-xprotocols/JabberG/src/jabber_strm_mgmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_strm_mgmt.cpp b/protocols/JabberG/src/jabber_strm_mgmt.cpp
index cf48e5610b..070e747913 100755
--- a/protocols/JabberG/src/jabber_strm_mgmt.cpp
+++ b/protocols/JabberG/src/jabber_strm_mgmt.cpp
@@ -106,7 +106,7 @@ void strm_mgmt::OnProcessSMa(HXML node)
void strm_mgmt::ResendNodes(uint32_t size)
{
- if (size > NodeCache.size())
+ if (size < NodeCache.size())
{
const size_t diff = NodeCache.size() - size;
if (diff)