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

Commit 80364b94 authored by David Zeuthen's avatar David Zeuthen Committed by Android Git Automerger
Browse files

am 6ca11db7: Merge "fs_mgr: Fix ENOMEM behavior when dealing with slotselect."

* commit '6ca11db7':
  fs_mgr: Fix ENOMEM behavior when dealing with slotselect.
parents a376c046 6ca11db7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -335,6 +335,7 @@ struct fstab *fs_mgr_read_fstab(const char *fstab_path)
    /* If an A/B partition, modify block device to be the real block device */
    if (fs_mgr_update_for_slotselect(fstab) != 0) {
        ERROR("Error updating for slotselect\n");
        goto err;
    }
    fclose(fstab_file);
    free(line);