From 9b66ac50aea460dacd98c355651d5a68cc617e94 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Mon, 31 Dec 2018 21:10:12 +0100 Subject: [PATCH] Fix #33 --- src/zsclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zsclient.cpp b/src/zsclient.cpp index 00997c5..3715466 100644 --- a/src/zsclient.cpp +++ b/src/zsclient.cpp @@ -332,7 +332,7 @@ namespace zsync2 { } // store copy of .zsync file locally, if specified - if (!headersOnly && !pathToStoreZSyncFileInLocally.empty()) { + if (!pathToStoreZSyncFileInLocally.empty()) { std::ofstream ofs(pathToStoreZSyncFileInLocally); auto error = errno;