mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 11:48:56 +03:00
fix typo
This broke the new propagator
This commit is contained in:
parent
41a56b19b7
commit
8f3e260ede
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ int csync_commit(CSYNC *ctx) {
|
|||
|
||||
|
||||
/* maybe the propagate was done using another propagator, let the merger think it has been done */
|
||||
if (!ctx->error_code == CSYNC_ERR_NONE)
|
||||
if (ctx->error_code == CSYNC_ERR_NONE)
|
||||
ctx->status = CSYNC_STATUS_DONE;
|
||||
|
||||
ctx->error_code = CSYNC_ERR_NONE;
|
||||
|
|
Loading…
Reference in a new issue