From d8cc062ce6325c8be0ceb580d8c43868c28bc50b Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 9 Apr 2018 14:22:55 +0200 Subject: [PATCH] rework of fix b607a1 from master branch. --- coreapi/linphonecore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 3e1807df0..441cc70e8 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -2278,6 +2278,8 @@ static void linphone_core_init(LinphoneCore * lc, LinphoneCoreCbs *cbs, LpConfig lc->vcard_context = linphone_vcard_context_new(); linphone_core_initialize_supported_content_types(lc); lc->bw_controller = ms_bandwidth_controller_new(); + + getPlatformHelpers(lc)->setDnsServers(); LinphoneFriendList *list = linphone_core_create_friend_list(lc); linphone_friend_list_set_display_name(list, "_default");