mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
set linphone_core_set_user_certificates_path to bc_tester_writable_dir_prefix for tester
This commit is contained in:
parent
9f88c04583
commit
e629259d3f
1 changed files with 1 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ LinphoneCoreManager* linphone_core_manager_init(const char* rc_file) {
|
|||
linphone_core_set_record_file(mgr->lc,recordpath);
|
||||
ms_free(recordpath);
|
||||
}
|
||||
linphone_core_set_user_certificates_path(mgr->lc,bc_tester_writable_dir_prefix);
|
||||
|
||||
if (rc_path) ms_free(rc_path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue