fs_mgr: fix build breakage

Some compilers are not as smart as other compilers

Change-Id: I9d93c73bdbd2dca37373d8a42a2ed510d0559274
This commit is contained in:
Mark Salyzyn 2014-10-08 16:43:47 -07:00
parent 47d2441657
commit 89fa114e2a
1 changed files with 1 additions and 0 deletions

View File

@ -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,