Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b66025f authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: fix build breakage"

parents 47d24416 89fa114e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -371,6 +371,7 @@ int fs_mgr_setup_verity(struct fstab_rec *fstab) {
        goto out;
        goto out;
    }
    }


    verity_table = verity_table_signature = NULL;
    // read the verity block at the end of the block device
    // read the verity block at the end of the block device
    if (read_verity_metadata(fstab->blk_device,
    if (read_verity_metadata(fstab->blk_device,
                                    &verity_table_signature,
                                    &verity_table_signature,