From e0085e6612da37709117b14a354fc9e34da967a9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 21 Sep 2020 14:03:01 +0200 Subject: [PATCH] src/client/pull.rs: remove temporary manifest --- src/client/pull.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/pull.rs b/src/client/pull.rs index bf9a7f2e..cac6f15b 100644 --- a/src/client/pull.rs +++ b/src/client/pull.rs @@ -222,6 +222,7 @@ async fn pull_snapshot( try_client_log_download(worker, reader, &client_log_name).await?; } worker.log("no data changes"); + let _ = std::fs::remove_file(&tmp_manifest_name); return Ok(()); // nothing changed } }