mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Do not add empty bins to a binry hive.
svn path=/trunk/; revision=4516
This commit is contained in:
@@ -364,6 +364,7 @@ CmiVerifyRegistryHive(PREGISTRY_HIVE RegistryHive)
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
static NTSTATUS
|
||||
CmiPopulateHive(HANDLE FileHandle)
|
||||
{
|
||||
@@ -418,6 +419,7 @@ CmiPopulateHive(HANDLE FileHandle)
|
||||
|
||||
return Status;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
static NTSTATUS
|
||||
@@ -472,7 +474,7 @@ CmiCreateNewRegFile(HANDLE FileHandle)
|
||||
return(Status);
|
||||
}
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
if (NT_SUCCESS(Status))
|
||||
{
|
||||
CmiPopulateHive(FileHandle);
|
||||
|
||||
Reference in New Issue
Block a user