- Fix missing initialization of KdComPortInUse, containing the base address of the...
authorStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 10 Nov 2009 14:23:44 +0000 (14:23 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 10 Nov 2009 14:23:44 +0000 (14:23 +0000)
svn path=/trunk/; revision=44077

reactos/drivers/base/kddll/kdcom.c

index 22d806c..343bce8 100644 (file)
@@ -204,6 +204,7 @@ KdDebuggerInitialize0(
 
     /* Get base address */
     ComPortBase = UlongToPtr(BaseArray[ComPortNumber]);
+    KdComPortInUse = ComPortBase;
 
     /* Initialize the port */
     return KdpPortInitialize();