mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 22:58:13 +00:00
Fix previous commit
This commit is contained in:
parent
72dcaef493
commit
795829bb10
1 changed files with 1 additions and 1 deletions
|
|
@ -937,7 +937,7 @@ static void certificates_config_read(LinphoneCore *lc)
|
|||
} else
|
||||
#endif
|
||||
if (bctbx_file_exist(ROOT_CA_FILE) == 0) {
|
||||
rootca=lp_config_get_string(lc->config,"sip","root_ca", ROOT_CA_FILE);
|
||||
rootca = ROOT_CA_FILE;
|
||||
}
|
||||
}
|
||||
linphone_core_set_root_ca(lc,rootca);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue