propagate: Fix dead assignment.

This commit is contained in:
Andreas Schneider 2012-02-04 12:47:39 +01:00
parent 82c2017a04
commit 8e89bfec2b

View file

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