git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8947 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-07-08 23:17:58 +00:00
parent 2a5b1a9a60
commit 27b3531c9b
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);