[ros-diffs] [cgutman] 47157: [NTOSKRNL] - Fix a typo - Safe mode with networking has an OptionValue of 2 not 1 - Currently unused (for now ; ))

cgutman at svn.reactos.org cgutman at svn.reactos.org
Tue May 11 02:36:57 CEST 2010


Author: cgutman
Date: Tue May 11 02:36:56 2010
New Revision: 47157

URL: http://svn.reactos.org/svn/reactos?rev=47157&view=rev
Log:
[NTOSKRNL]
- Fix a typo 
- Safe mode with networking has an OptionValue of 2 not 1
- Currently unused (for now ;))

Modified:
    trunk/reactos/ntoskrnl/ex/init.c

Modified: trunk/reactos/ntoskrnl/ex/init.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/init.c?rev=47157&r1=47156&r2=47157&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ex/init.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ex/init.c [iso-8859-1] Tue May 11 02:36:56 2010
@@ -1612,7 +1612,7 @@
             else if (!strncmp(SafeBoot, "NETWORK", 7))
             {
                 /* With Networking */
-                InitSafeBootMode = 1;
+                InitSafeBootMode = 2;
                 SafeBoot += 7;
                 MessageCode = BOOTING_IN_SAFEMODE_NETWORK;
             }




More information about the Ros-diffs mailing list