Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Library/Main/BackendWrapper.cs')
-rw-r--r--Duplicati/Library/Main/BackendWrapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Main/BackendWrapper.cs b/Duplicati/Library/Main/BackendWrapper.cs
index 07d5eceb2..9bba32e27 100644
--- a/Duplicati/Library/Main/BackendWrapper.cs
+++ b/Duplicati/Library/Main/BackendWrapper.cs
@@ -1049,7 +1049,7 @@ namespace Duplicati.Library.Main
ProgressEvent(50, m_statusmessage);
}
- if (!m_options.ListVerifyUploads)
+ if (m_options.ListVerifyUploads)
{
Library.Interface.FileEntry m = null;
foreach (Library.Interface.FileEntry fe in ListInternal())