From: Shaun Taheri Date: Wed, 1 Nov 2017 16:40:19 +0000 (+0100) Subject: static deltas: Set optional flag for superblock X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~30^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=370cbd006b2183b72b05537e6ba1aa68dd4e1208;p=ostree.git static deltas: Set optional flag for superblock Closes: #1317 Approved by: cgwalters --- diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c index 5588118c..44fae35e 100644 --- a/src/libostree/ostree-repo-pull.c +++ b/src/libostree/ostree-repo-pull.c @@ -3045,7 +3045,7 @@ initiate_delta_request (OtPullData *pull_data, _ostree_fetcher_request_to_membuf (pull_data->fetcher, pull_data->content_mirrorlist, - delta_name, 0, + delta_name, OSTREE_FETCHER_REQUEST_OPTIONAL_CONTENT, OSTREE_MAX_METADATA_SIZE, 0, pull_data->cancellable, on_superblock_fetched, fdata);