Revert "Adjust to makeDbName returning an absolute path"

This reverts commit 2492e241ac.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
This commit is contained in:
Kevin Ottens 2020-11-05 15:22:29 +01:00 committed by Kevin Ottens (Rebase PR Action)
parent 2e97a7fb74
commit cebd39aa85

View File

@ -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()) {