[NTOSKRNL]

Fix paramter parsing in KdbpGetCommandLineSettings. Fixes KDSERIAL

svn path=/trunk/; revision=47215
This commit is contained in:
Timo Kreuzer
2010-05-15 03:02:10 +00:00
parent 8653f56515
commit d3f8544eca
+1 -1
View File
@@ -1697,7 +1697,7 @@ KdbpGetCommandLineSettings(
while (p1 && (p2 = strchr(p1, ' ')))
{
p2++;
p2 += 2;
if (!_strnicmp(p2, "KDSERIAL", 8))
{