mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Added lost var declaration.
This commit is contained in:
parent
f31c74743c
commit
3fad8b5a4b
1 changed files with 1 additions and 0 deletions
|
@ -851,6 +851,7 @@ static csync_vio_method_handle_t *owncloud_open(const char *durl,
|
|||
mode_t mode) {
|
||||
char *uri = NULL;
|
||||
char *dir = NULL;
|
||||
const char *err = NULL;
|
||||
char getUrl[PATH_MAX];
|
||||
int put = 0;
|
||||
int rc = NE_OK;
|
||||
|
|
Loading…
Reference in a new issue