diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-01 18:34:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-01 18:34:02 +0300 |
commit | f374d3d6ad09fe56d89a3e4a2149f305f313954e (patch) | |
tree | 455ba7e38a8fa1b5302c4b2f238d7f84b0db77fe /protocols | |
parent | 0d54e69d920faef14771c45d75b03bf50824f2bc (diff) |
oops
Diffstat (limited to 'protocols')
-rw-r--r-- | 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 18bcb17cb6..0ee2fcabab 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -238,7 +238,7 @@ void CJabberProto::ServerThread(JABBER_CONN_DATA *pParam) do {
ThreadData info(this, pParam);
- if (!ServerThreadStub(info))
+ if (ServerThreadStub(info))
return;
} while (true);
}
|