mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-24 08:51:27 -04:00
common/dir: Add a missing OstreeAsyncProgress default key
oci_pull_init_progress() seems to set all the default keys wanted by ostree_repo_pull_default_console_progress_changed() except the caught-error key, which was added in OSTree commit 5c4f26bd65b492. Add that key, just in case something queries for it (if it’s missing when that happens, an assertion failure will be hit). Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1320 Approved by: cgwalters
This commit is contained in:
committed by
Atomic Bot
parent
a5b5e742fd
commit
7d1da19de2
@@ -2817,6 +2817,7 @@ oci_pull_init_progress (OstreeAsyncProgress *progress)
|
||||
"total-delta-part-usize", "t", (guint64) 0,
|
||||
"total-delta-superblocks", "u", 0,
|
||||
"status", "s", "",
|
||||
"caught-error", "b", FALSE,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user