mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix warning and initialize the replica values.
This commit is contained in:
parent
0be9a1e02b
commit
d68ac512e0
@ -36,9 +36,9 @@
|
||||
#include "csync_log.h"
|
||||
|
||||
static int csync_push_file(CSYNC *ctx, csync_file_stat_t *st) {
|
||||
enum csync_replica_e srep;
|
||||
enum csync_replica_e drep;
|
||||
enum csync_replica_e rep_bak;
|
||||
enum csync_replica_e srep = -1;
|
||||
enum csync_replica_e drep = -1;
|
||||
enum csync_replica_e rep_bak = -1;
|
||||
|
||||
char *suri = NULL;
|
||||
char *duri = NULL;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user