Added lost var declaration.

This commit is contained in:
Klaas Freitag 2012-06-26 18:08:58 +02:00
parent f31c74743c
commit 3fad8b5a4b

View file

@ -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;