static deltas: Set optional flag for superblock
Closes: #1317 Approved by: cgwalters
This commit is contained in:
parent
9d82d258ba
commit
370cbd006b
|
|
@ -3045,7 +3045,7 @@ initiate_delta_request (OtPullData *pull_data,
|
||||||
|
|
||||||
_ostree_fetcher_request_to_membuf (pull_data->fetcher,
|
_ostree_fetcher_request_to_membuf (pull_data->fetcher,
|
||||||
pull_data->content_mirrorlist,
|
pull_data->content_mirrorlist,
|
||||||
delta_name, 0,
|
delta_name, OSTREE_FETCHER_REQUEST_OPTIONAL_CONTENT,
|
||||||
OSTREE_MAX_METADATA_SIZE,
|
OSTREE_MAX_METADATA_SIZE,
|
||||||
0, pull_data->cancellable,
|
0, pull_data->cancellable,
|
||||||
on_superblock_fetched, fdata);
|
on_superblock_fetched, fdata);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue