mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix return code of open which was always 1.
This commit is contained in:
parent
9c9faebd0e
commit
0eb0842e0a
@ -114,7 +114,6 @@ static int _csync_push_file(CSYNC *ctx, csync_file_stat_t *st) {
|
||||
rc = 1;
|
||||
}
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR, "file: %s, command: open, error: %s", suri, strerror(errno));
|
||||
rc = 1;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user