Skip to content

Commit

Permalink
fixup! Proxy across write deployment flags
Browse files Browse the repository at this point in the history
  • Loading branch information
r4f4 committed Aug 2, 2021
1 parent 2ab65af commit f6b2ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libostree/ostree-sysroot.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ gboolean ostree_sysroot_stage_overlay_initrd (OstreeSysroot *self,
*/
typedef struct {
gboolean unused_bools[8];
int unused_ints[7];
int finalization_flags;
int unused_ints[7];
char **override_kernel_argv;
char **overlay_initrds;
gpointer unused_ptrs[6];
Expand Down

0 comments on commit f6b2ce7

Please sign in to comment.