]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
small fix
authorBrian West <brian@freeswitch.org>
Tue, 30 Oct 2007 20:19:24 +0000 (20:19 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 30 Oct 2007 20:19:24 +0000 (20:19 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6091 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_swig.c

index e1e0cb9ad02e64d5177538e9d4e8809e5de7db72..dad4919ad044c26b7e4a07abbc3ae383288fe933 100644 (file)
@@ -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;
 }