Fix loading of ms2 plugins in Python module.

This commit is contained in:
Ghislain MARY 2016-02-05 10:44:30 +01:00
parent 45207ae94f
commit f207747e7f

View file

@ -401,6 +401,7 @@ static void pylinphone_init_ms2_plugins(LinphoneCore *lc) {
#ifdef ENABLE_WASAPI
libmswasapi_init(factory);
#endif
linphone_core_reload_ms_plugins(lc, NULL);
}
static PyObject * pylinphone_Core_class_method_new(PyObject *cls, PyObject *args) {