Delete a boot log from the registry after it was written to the boot log file.
authorEric Kohl <eric.kohl@reactos.org>
Sun, 26 Sep 2004 11:29:50 +0000 (11:29 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 26 Sep 2004 11:29:50 +0000 (11:29 +0000)
svn path=/trunk/; revision=11066

reactos/ntoskrnl/io/bootlog.c

index 40e4d07..7dd03bb 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: bootlog.c,v 1.3 2004/09/24 15:00:34 ekohl Exp $
+/* $Id: bootlog.c,v 1.4 2004/09/26 11:29:50 ekohl Exp $
  *
  * COPYRIGHT:      See COPYING in the top level directory
  * PROJECT:        ReactOS kernel
  *
  * COPYRIGHT:      See COPYING in the top level directory
  * PROJECT:        ReactOS kernel
@@ -412,8 +412,8 @@ IopSaveBootLogToFile(VOID)
        }
 
       /* Delete keys */
        }
 
       /* Delete keys */
-//      NtDeleteValueKey(KeyHandle,
-//                    &ValueName);
+      NtDeleteValueKey(KeyHandle,
+                      &ValueName);
     }
 
   NtClose(KeyHandle);
     }
 
   NtClose(KeyHandle);