From 10c5bfb8feac6b37348e19a8dc3b33d967a7264a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 6 Aug 2018 17:30:21 +0200 Subject: [PATCH] [WINLOGON] Hack-fix for CORE-14877 ; see commit bcec1fd6. --- base/system/winlogon/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/system/winlogon/setup.c b/base/system/winlogon/setup.c index f5ef3673186..af76e2a9500 100644 --- a/base/system/winlogon/setup.c +++ b/base/system/winlogon/setup.c @@ -141,7 +141,7 @@ RunSetupThreadProc( CloseHandle(ProcessInformation.hThread); CloseHandle(ProcessInformation.hProcess); - SwitchDesktop(WLSession->WinlogonDesktop); + // SwitchDesktop(WLSession->WinlogonDesktop); TRACE ("RunSetup() done\n");