Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libostree: Ensure progress keys are all always set
If one of the progress keys is set in a pull operation, a ::changed signal is emitted on the progress object, and the callback for that could query any of the progress keys — so they all need to be set, otherwise we get an assertion failure in ostree_async_progress_get() due to a named key not existing. Spotted by Dan Nicholson in PR ostreedev#819. Signed-off-by: Philip Withnall <[email protected]>
- Loading branch information