am 6b66025f: Merge "fs_mgr: fix build breakage"
* commit '6b66025f6f3e48d182e8d6aeb989d0f39eb551e3': fs_mgr: fix build breakage
This commit is contained in:
commit
af191cd157
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue