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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-11-05 17:22:29 +0300
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>2020-11-10 20:46:43 +0300
commitcebd39aa856dad00a094e60bffe8f246aa50cdf5 (patch)
tree03f23bd3cbfe9b6f2edcc06025b8affa85116318 /src/cmd
parent2e97a7fb74803ab596da4844b17341d69d270edc (diff)
Revert "Adjust to makeDbName returning an absolute path"
This reverts commit 2492e241ac1b22cfbdbcb97739e9365fba69ac22. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/cmd.cpp b/src/cmd/cmd.cpp
index 873e99529..65179cdfb 100644
--- a/src/cmd/cmd.cpp
+++ b/src/cmd/cmd.cpp
@@ -499,7 +499,7 @@ restart_sync:
}
Cmd cmd;
- QString dbPath = SyncJournalDb::makeDbName(credentialFreeUrl, folder, user);
+ QString dbPath = options.source_dir + SyncJournalDb::makeDbName(credentialFreeUrl, folder, user);
SyncJournalDb db(dbPath);
if (!selectiveSyncList.empty()) {