am af191cd1: am 6b66025f: Merge "fs_mgr: fix build breakage"
* commit 'af191cd157f076ee5d99890711e2881a60d7770a': fs_mgr: fix build breakage
This commit is contained in:
commit
ee80cf8755
|
@ -399,6 +399,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