diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 24985bad1..62965dad2 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -2194,6 +2194,7 @@ void linphone_core_iterate(LinphoneCore *lc){ if (lp_config_needs_commit(lc->config)) { lp_config_sync(lc->config); } + } } /**