summaryrefslogtreecommitdiff
path: root/lib/libavb/avb_vbmeta_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libavb/avb_vbmeta_image.c')
-rw-r--r--lib/libavb/avb_vbmeta_image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libavb/avb_vbmeta_image.c b/lib/libavb/avb_vbmeta_image.c
index 384f5ac19e5..44d75fda322 100644
--- a/lib/libavb/avb_vbmeta_image.c
+++ b/lib/libavb/avb_vbmeta_image.c
@@ -254,6 +254,7 @@ void avb_vbmeta_image_header_to_host_byte_order(const AvbVBMetaImageHeader* src,
dest->rollback_index = avb_be64toh(dest->rollback_index);
dest->flags = avb_be32toh(dest->flags);
+ dest->rollback_index_location = avb_be32toh(dest->rollback_index_location);
}
const char* avb_vbmeta_verify_result_to_string(AvbVBMetaVerifyResult result) {