mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Set module load error code after csync_vio_init failed.
This commit is contained in:
parent
b6696f00df
commit
522a6e27a2
1 changed files with 2 additions and 1 deletions
|
@ -300,7 +300,8 @@ retry_vio_init:
|
|||
module[len-1] = '\0';
|
||||
goto retry_vio_init;
|
||||
}
|
||||
|
||||
/* Now vio init finally failed which means a module could not be found. */
|
||||
ctx->error_code = CSYNC_ERR_MODULE;
|
||||
SAFE_FREE(module);
|
||||
goto out;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue