mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-15 08:41:50 +00:00
type tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10754 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1723,7 +1723,7 @@ static JSBool session_sleep(JSContext * cx, JSObject * obj, uintN argc, jsval *
|
||||
switch_input_args_t args = { 0 };
|
||||
int32 ms = 0;
|
||||
jsval ret = JS_TRUE;
|
||||
int sync;
|
||||
int32 sync = 0;
|
||||
|
||||
METHOD_SANITY_CHECK();
|
||||
channel = switch_core_session_get_channel(jss->session);
|
||||
|
||||
Reference in New Issue
Block a user