mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
- Fix a typo - Safe mode with networking has an OptionValue of 2 not 1 - Currently unused (for now ;)) svn path=/trunk/; revision=47157
This commit is contained in:
@@ -1612,7 +1612,7 @@ Phase1InitializationDiscard(IN PVOID Context)
|
||||
else if (!strncmp(SafeBoot, "NETWORK", 7))
|
||||
{
|
||||
/* With Networking */
|
||||
InitSafeBootMode = 1;
|
||||
InitSafeBootMode = 2;
|
||||
SafeBoot += 7;
|
||||
MessageCode = BOOTING_IN_SAFEMODE_NETWORK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user