[WINLOGON]

- Fix comments copypasta.

svn path=/trunk/; revision=48746
This commit is contained in:
Aleksey Bragin
2010-09-11 21:16:41 +00:00
parent a5c563dfdb
commit a14482e225
+1 -1
View File
@@ -167,7 +167,7 @@ StartLsass(VOID)
LPCWSTR ServiceString = L"lsass.exe";
BOOL res;
/* Start the service control manager (services.exe) */
/* Start the local security authority subsystem (lsass.exe) */
ZeroMemory(&StartupInfo, sizeof(STARTUPINFOW));
StartupInfo.cb = sizeof(StartupInfo);
StartupInfo.lpReserved = NULL;