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

* commit '6ca11db7b7dc5e141c767b38328c3838a3b90b60':
  fs_mgr: Fix ENOMEM behavior when dealing with slotselect.
This commit is contained in:
David Zeuthen 2015-09-09 22:52:32 +00:00 committed by Android Git Automerger
commit 80364b94bc

View file

@ -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);