From: Dmitry Gorbachev Date: Mon, 3 Oct 2011 22:33:14 +0000 (+0000) Subject: [WINLOGON] X-Git-Tag: backups/icu4ros-bringup@60647~16 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=41999a48d5d597554066e47fc21351cf0b890740 [WINLOGON] Do not call HandleShutdown() with NULL Session. svn path=/trunk/; revision=53980 --- diff --git a/reactos/base/system/winlogon/winlogon.c b/reactos/base/system/winlogon/winlogon.c index 619ff4e7367..2a6016d8a4e 100644 --- a/reactos/base/system/winlogon/winlogon.c +++ b/reactos/base/system/winlogon/winlogon.c @@ -368,7 +368,6 @@ WinMain( if (!RegisterLogonProcess(GetCurrentProcessId(), TRUE)) { ERR("WL: Could not register logon process\n"); - HandleShutdown(NULL, WLX_SAS_ACTION_SHUTDOWN_POWER_OFF); NtShutdownSystem(ShutdownNoReboot); ExitProcess(0); }