From 19b9c44e888b755d16fc45cf40bf3f8e18eed572 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 3 Dec 2024 17:11:34 +0300 Subject: unneeded check removed --- protocols/JabberG/src/jabber_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 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 77a702aec6..baa5120188 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -833,7 +833,7 @@ void CJabberProto::OnProcessSuccess(const TiXmlElement *node, ThreadData *info) return; } - if (!pszFinal || !m_arAuthMechs[0].validateLogin(pszFinal)) { + if (!m_arAuthMechs[0].validateLogin(pszFinal)) { info->send(""); return; } -- cgit v1.2.3