mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Set to INSTRUCTION_UPDATED only for NONE instructions.
This commit is contained in:
parent
7f7c2b977c
commit
97a7e46595
@ -1118,7 +1118,7 @@ static int _csync_correct_id(CSYNC *ctx) {
|
||||
} else {
|
||||
tfs = c_rbtree_node_data(node);
|
||||
tfs->md5 = _get_md5(ctx, path);
|
||||
if( tfs->instruction != CSYNC_INSTRUCTION_UPDATED ) {
|
||||
if( tfs->instruction == CSYNC_INSTRUCTION_NONE ) {
|
||||
/* set instruction for the statedb merger */
|
||||
tfs->instruction = CSYNC_INSTRUCTION_UPDATED;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user