From 764b106951b4c47cef929d17ca99e8f4a8165483 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 11 Jan 2014 15:07:50 +0000 Subject: Jabber not to eat the trailing symbol in chat's topic git-svn-id: http://svn.miranda-ng.org/main/trunk@7592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_thread.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_thread.cpp') diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index e39a37ebdd..2d5240d8b1 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -670,7 +670,8 @@ void CJabberProto::PerformAuthentication(ThreadData* info) if (!auth->isValid()) { delete auth; auth = NULL; - } else { + } + else { request = auth->getInitialRequest(); if (!request) { delete auth; -- cgit v1.2.3