mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
propagate: Fix dead assignment.
This commit is contained in:
parent
82c2017a04
commit
8e89bfec2b
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user