https://git.reactos.org/?p=reactos.git;a=commitdiff;h=10c5bfb8feac6b37348e19...
commit 10c5bfb8feac6b37348e19a8dc3b33d967a7264a Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Mon Aug 6 17:30:21 2018 +0200 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Mon Aug 6 17:38:00 2018 +0200
[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 f5ef367318..af76e2a950 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");