From a1463efaf00f7f2154022df15c077285fbd1a2d2 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 26 Sep 2004 11:29:50 +0000 Subject: [PATCH] Delete a boot log from the registry after it was written to the boot log file. svn path=/trunk/; revision=11066 --- reactos/ntoskrnl/io/bootlog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/ntoskrnl/io/bootlog.c b/reactos/ntoskrnl/io/bootlog.c index 40e4d071015..7dd03bbe1fb 100644 --- a/reactos/ntoskrnl/io/bootlog.c +++ b/reactos/ntoskrnl/io/bootlog.c @@ -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 @@ -412,8 +412,8 @@ IopSaveBootLogToFile(VOID) } /* Delete keys */ -// NtDeleteValueKey(KeyHandle, -// &ValueName); + NtDeleteValueKey(KeyHandle, + &ValueName); } NtClose(KeyHandle);