From 6a82b0bd85253b0fe6259bae5ba14187f46c134f Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Tue, 7 Jun 2016 14:15:13 +0200 Subject: [PATCH] Fix previous commit --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 07844e4e6..bec6f5d6e 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -927,7 +927,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);