From 8b8283c62cc5b8fce419fd7e0fe38c33f4457e17 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 4 Jun 2015 13:32:26 +0000 Subject: fix for MSN avatars thread hangup git-svn-id: http://svn.miranda-ng.org/main/trunk@13998 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_auth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/MSN/src/msn_auth.cpp') diff --git a/protocols/MSN/src/msn_auth.cpp b/protocols/MSN/src/msn_auth.cpp index 325c903a94..4dbd10237a 100644 --- a/protocols/MSN/src/msn_auth.cpp +++ b/protocols/MSN/src/msn_auth.cpp @@ -288,7 +288,7 @@ int CMsnProto::MSN_GetPassportAuth(void) } if (retVal != 0) { - if (!Miranda_Terminated()) { + if (!g_bTerminated) { switch (retVal) { case 3: MSN_ShowError("Your username or password is incorrect"); -- cgit v1.2.3