diff --git a/src/csync_propagate.c b/src/csync_propagate.c index ce9b4bea61..0ef46440a9 100644 --- a/src/csync_propagate.c +++ b/src/csync_propagate.c @@ -247,7 +247,6 @@ static int _csync_push_file(CSYNC *ctx, csync_file_stat_t *st) { "file: %s, command: close, error: %s", turi, strerror_r(errno, errbuf, sizeof(errbuf))); - rc = 1; break; } }