[Freeswitch-svn] [commit] r6091 - freeswitch/trunk/src
Freeswitch SVN
brian at freeswitch.org
Tue Oct 30 16:19:24 EDT 2007
Author: brian
Date: Tue Oct 30 16:19:24 2007
New Revision: 6091
Modified:
freeswitch/trunk/src/switch_swig.c
Log:
small fix
Modified: freeswitch/trunk/src/switch_swig.c
==============================================================================
--- freeswitch/trunk/src/switch_swig.c (original)
+++ freeswitch/trunk/src/switch_swig.c Tue Oct 30 16:19:24 2007
@@ -55,7 +55,7 @@
path = NULL;
}
- status = switch_core_init(path, &err);
+ status = switch_core_init(path, SCF_NONE, &err);
return status == SWITCH_STATUS_SUCCESS ? 1 : 0;
}
More information about the Freeswitch-svn
mailing list