From 772a3bbaf49b094f8f7e661c8e64eda8f87965bc Mon Sep 17 00:00:00 2001 From: alex-z Date: Sun, 10 Mar 2024 13:06:27 +0100 Subject: [PATCH] Unnecessary changes Signed-off-by: alex-z --- src/libsync/discovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/discovery.cpp b/src/libsync/discovery.cpp index 489774b078759..19642a9ebe81d 100644 --- a/src/libsync/discovery.cpp +++ b/src/libsync/discovery.cpp @@ -1414,7 +1414,7 @@ void ProcessDirectoryJob::processFileAnalyzeLocalInfo( // // If it's not a move it's just a local-NEW - if (!isMove || (isE2eeMove && !isE2eeMoveOnleneOnlyItemWithCfApi)) { + if (!isMove || (isE2eeMove && !isE2eeMoveOnleneOnlyItemWithCfApi)) { if (base.isE2eEncrypted()) { // renaming the encrypted folder is done via remove + re-upload hence we need to mark the newly created folder as encrypted // base is a record in the SyncJournal database that contains the data about the being-renamed folder with it's old name and encryption information