提交 27b3531c authored 作者: Michael Jerris's avatar Michael Jerris

tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8947 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2a5b1a9a
......@@ -956,7 +956,7 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile)
{
switch_xml_t cfg, xml = NULL, xprofile, profiles, gateways_tag, domain_tag, domains_tag;
char *cf = "sofia.conf";
switch_event_t *params = NULL;;
switch_event_t *params = NULL;
switch_status_t status = SWITCH_STATUS_FALSE;
switch_event_create(&params, SWITCH_EVENT_MESSAGE);
......
......@@ -1701,7 +1701,7 @@ static JSBool session_sleep(JSContext * cx, JSObject * obj, uintN argc, jsval *
struct input_callback_state cb_state = { 0 };
JSFunction *function;
switch_input_args_t args = { 0 };
int32 ms;
int32 ms = 0;
METHOD_SANITY_CHECK();
channel = switch_core_session_get_channel(jss->session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论