fs_mgr: fix build breakage
Some compilers are not as smart as other compilers Change-Id: I9d93c73bdbd2dca37373d8a42a2ed510d0559274
This commit is contained in:
parent
47d2441657
commit
89fa114e2a
|
@ -371,6 +371,7 @@ int fs_mgr_setup_verity(struct fstab_rec *fstab) {
|
|||
goto out;
|
||||
}
|
||||
|
||||
verity_table = verity_table_signature = NULL;
|
||||
// read the verity block at the end of the block device
|
||||
if (read_verity_metadata(fstab->blk_device,
|
||||
&verity_table_signature,
|
||||
|
|
Loading…
Reference in New Issue