diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-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);
}
|