mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- The check for SystemHive being non-NULL is meaningless, because CmpInitializeHive is already checked for failure earlier, and in success case it returns a valid Hive.
- Fix for Coverity error CID: 280 svn path=/trunk/; revision=36417
This commit is contained in:
@@ -775,7 +775,7 @@ CmpInitializeSystemHive(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||
}
|
||||
|
||||
/* Save the boot type */
|
||||
if (SystemHive) CmpBootType = SystemHive->Hive.BaseBlock->BootType;
|
||||
CmpBootType = SystemHive->Hive.BaseBlock->BootType;
|
||||
|
||||
/* Are we in self-healing mode? */
|
||||
if (!CmSelfHeal)
|
||||
|
||||
Reference in New Issue
Block a user