Merge \"fs_mgr: Track the bootloader_message struct change.\"
am: 4d34653720
Change-Id: I0590289d189d33c7844e8fd15cdd2df341dae7c4
This commit is contained in:
commit
6f110854ce
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ static int get_active_slot_suffix_from_misc(struct fstab *fstab,
|
||||||
int n;
|
int n;
|
||||||
int misc_fd;
|
int misc_fd;
|
||||||
ssize_t num_read;
|
ssize_t num_read;
|
||||||
struct bootloader_message msg;
|
struct bootloader_message_ab msg;
|
||||||
|
|
||||||
misc_fd = -1;
|
misc_fd = -1;
|
||||||
for (n = 0; n < fstab->num_entries; n++) {
|
for (n = 0; n < fstab->num_entries; n++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue