mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WINLOGON]
- Fix comments copypasta. svn path=/trunk/; revision=48746
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user