diff --git a/src/switch_swig.c b/src/switch_swig.c index e1e0cb9ad0..dad4919ad0 100644 --- a/src/switch_swig.c +++ b/src/switch_swig.c @@ -55,7 +55,7 @@ int fs_core_init(char *path) path = NULL; } - status = switch_core_init(path, &err); + status = switch_core_init(path, SCF_NONE, &err); return status == SWITCH_STATUS_SUCCESS ? 1 : 0; }