From f374d3d6ad09fe56d89a3e4a2149f305f313954e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 1 Sep 2022 18:34:02 +0300 Subject: oops --- protocols/JabberG/src/jabber_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') 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); } -- cgit v1.2.3