mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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:
parent
609171f4ac
commit
449b78ccc5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue