Skip to content

Commit 449b78c

Browse files
committed
[NTOSKRNL]
- Fix a typo - Safe mode with networking has an OptionValue of 2 not 1 - Currently unused (for now ;)) svn path=/trunk/; revision=47157
1 parent 609171f commit 449b78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactos/ntoskrnl/ex/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ Phase1InitializationDiscard(IN PVOID Context)
16121612
else if (!strncmp(SafeBoot, "NETWORK", 7))
16131613
{
16141614
/* With Networking */
1615-
InitSafeBootMode = 1;
1615+
InitSafeBootMode = 2;
16161616
SafeBoot += 7;
16171617
MessageCode = BOOTING_IN_SAFEMODE_NETWORK;
16181618
}

0 commit comments

Comments
 (0)