diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_thread.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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;
|