[WINLOGON]

Wait for the LSA server to complete its initialization before initializing the GINA dll. This change is required because future changes to MSGINAs logon code will require access to the LSA.

svn path=/trunk/; revision=59002
This commit is contained in:
Eric Kohl 2013-05-12 13:24:37 +00:00
parent c3c6b6199f
commit e0936866ae

View file

@ -363,6 +363,9 @@ WinMain(IN HINSTANCE hInstance,
ExitProcess(1);
}
/* Wait for the LSA server */
WaitForLsass();
/* Load and initialize gina */
if (!GinaInit(WLSession))
{
@ -374,9 +377,6 @@ WinMain(IN HINSTANCE hInstance,
DisplayStatusMessage(WLSession, WLSession->WinlogonDesktop, IDS_REACTOSISSTARTINGUP);
/* Wait for the LSA server */
WaitForLsass();
#if 0
/* Connect to NetLogon service (lsass.exe) */
/* Real winlogon uses "Winlogon" */