This broke the new propagator
This commit is contained in:
Olivier Goffart 2013-05-10 13:11:01 +02:00
parent 41a56b19b7
commit 8f3e260ede

View file

@ -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;