From bd007cf5a03ba398546b343a8b7be8aab081dbaa Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 2 Jan 2019 23:18:11 +0300 Subject: fixes #1669 (ICQ10: phone number auth support) --- protocols/Icq10/src/http.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'protocols/Icq10/src/http.cpp') diff --git a/protocols/Icq10/src/http.cpp b/protocols/Icq10/src/http.cpp index 5590ddc596..92154cd13e 100644 --- a/protocols/Icq10/src/http.cpp +++ b/protocols/Icq10/src/http.cpp @@ -27,14 +27,7 @@ void __cdecl CIcqProto::ServerThread(void*) memset(&m_ConnPool, 0, sizeof(m_ConnPool)); m_bTerminated = false; - if (m_dwUin == 0 || mir_wstrlen(m_szPassword) == 0) { - debugLogA("Thread ended, UIN/password are not configured"); - ConnectionFailed(LOGINERR_BADUSERID); - return; - } - debugLogA("CIcqProto::WorkerThread: %s", "entering"); - CheckPassword(); while (true) { WaitForSingleObject(m_evRequestsQueue, 1000); -- cgit v1.2.3