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:
commit
80364b94bc
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue