mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
the system process should be called "System", not "SYSTEM"
svn path=/trunk/; revision=13226
This commit is contained in:
@@ -383,7 +383,7 @@ PsInitProcessManagment(VOID)
|
||||
InitializeListHead(&PsInitialSystemProcess->ThreadListHead);
|
||||
KeReleaseSpinLock(&PsProcessListLock, oldIrql);
|
||||
|
||||
strcpy(PsInitialSystemProcess->ImageFileName, "SYSTEM");
|
||||
strcpy(PsInitialSystemProcess->ImageFileName, "System");
|
||||
|
||||
SepCreateSystemProcessToken(PsInitialSystemProcess);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user