mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
the system process should be called "System", not "SYSTEM"
svn path=/trunk/; revision=13226
This commit is contained in:
parent
fcfa663724
commit
e9c80bcd6f
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ PsInitProcessManagment(VOID)
|
|||
InitializeListHead(&PsInitialSystemProcess->ThreadListHead);
|
||||
KeReleaseSpinLock(&PsProcessListLock, oldIrql);
|
||||
|
||||
strcpy(PsInitialSystemProcess->ImageFileName, "SYSTEM");
|
||||
strcpy(PsInitialSystemProcess->ImageFileName, "System");
|
||||
|
||||
SepCreateSystemProcessToken(PsInitialSystemProcess);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue