Author: hpoussin Date: Thu Aug 3 19:14:14 2006 New Revision: 23435
URL: http://svn.reactos.org/svn/reactos?rev=23435&view=rev Log: Don't try to remove a status message if none have been displayed and GINA has not been initialized
Modified: trunk/reactos/base/system/winlogon/winlogon.c
Modified: trunk/reactos/base/system/winlogon/winlogon.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/winlog... ============================================================================== --- trunk/reactos/base/system/winlogon/winlogon.c (original) +++ trunk/reactos/base/system/winlogon/winlogon.c Thu Aug 3 19:14:14 2006 @@ -556,7 +556,6 @@ DPRINT("Winlogon: CheckForSetup() in setup mode\n");
/* Run setup and reboot when done */ - RemoveStatusMessage(WLSession); SwitchDesktop(WLSession->ApplicationDesktop); RunSetup();