mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Use default vfs.
This commit is contained in:
parent
2575d9736e
commit
52b51b1ba7
1 changed files with 2 additions and 1 deletions
|
|
@ -402,7 +402,8 @@ LpConfig *lp_config_new_with_factory(const char *config_filename, const char *fa
|
|||
bctbx_vfs_file_t* pFile = NULL;
|
||||
|
||||
LpConfig *lpconfig=lp_new0(LpConfig,1);
|
||||
bctbx_vfs_register(bc_create_vfs(),&lpconfig->g_bctbx_vfs);
|
||||
bctbx_vfs_set_default(NULL);
|
||||
lpconfig->g_bctbx_vfs = bctbx_vfs_get_default();
|
||||
|
||||
lpconfig->refcnt=1;
|
||||
if (config_filename!=NULL){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue