From 6be5d9c067ecbd256af506e4d98d7454d9ea68e8 Mon Sep 17 00:00:00 2001 From: "bors[bot]" <26634292+bors[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 18:43:18 +0000 Subject: [PATCH] Merge #1582 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1582: [images] do not retry streams that did not yield results r=townsend2010 a=Saviq Co-authored-by: MichaƂ Sawicz --- src/daemon/common_image_host.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/daemon/common_image_host.cpp b/src/daemon/common_image_host.cpp index 6090db427f..63b700b59b 100644 --- a/src/daemon/common_image_host.cpp +++ b/src/daemon/common_image_host.cpp @@ -79,7 +79,6 @@ void mp::CommonVMImageHost::update_manifests() void mp::CommonVMImageHost::on_manifest_empty(const std::string& details) { - need_extra_update = true; mpl::log(mpl::Level::info, category, details); }