mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
Set the replica to destination only once.
This commit is contained in:
parent
d177c57cfe
commit
1e70c74037
1 changed files with 0 additions and 2 deletions
|
@ -121,8 +121,6 @@ static int _csync_push_file(CSYNC *ctx, csync_file_stat_t *st) {
|
|||
goto out;
|
||||
}
|
||||
|
||||
ctx->replica = drep;
|
||||
|
||||
/* create the temporary file name */
|
||||
if (asprintf(&turi, "%s.XXXXXX", duri) < 0) {
|
||||
rc = -1;
|
||||
|
|
Loading…
Reference in a new issue