mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
set instruction after conflict backup for the statedb merger to NONE
This commit is contained in:
parent
1fbe6b6c96
commit
aad3e146fc
@ -478,10 +478,8 @@ static int _csync_backup_file(CSYNC *ctx, csync_file_stat_t *st) {
|
||||
|
||||
|
||||
/* set instruction for the statedb merger */
|
||||
//st->instruction = CSYNC_INSTRUCTION_UPDATED;
|
||||
st->instruction = CSYNC_INSTRUCTION_RENAME;
|
||||
//maybe updated and change url to the new one
|
||||
|
||||
st->instruction = CSYNC_INSTRUCTION_NONE;
|
||||
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_DEBUG, "file: %s, instruction: CONFLICT_BACKUP", duri);
|
||||
|
||||
rc = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user