mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Delete a boot log from the registry after it was written to the boot log file.
svn path=/trunk/; revision=11066
This commit is contained in:
parent
1a541c9ebb
commit
a1463efaf0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -412,8 +412,8 @@ IopSaveBootLogToFile(VOID)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Delete keys */
|
/* Delete keys */
|
||||||
// NtDeleteValueKey(KeyHandle,
|
NtDeleteValueKey(KeyHandle,
|
||||||
// &ValueName);
|
&ValueName);
|
||||||
}
|
}
|
||||||
|
|
||||||
NtClose(KeyHandle);
|
NtClose(KeyHandle);
|
||||||
|
|
Loading…
Reference in a new issue