]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
type tweak
authorMichael Jerris <mike@jerris.com>
Sun, 14 Dec 2008 16:37:38 +0000 (16:37 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 14 Dec 2008 16:37:38 +0000 (16:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10754 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_spidermonkey/mod_spidermonkey.c

index 0e90c8719a03f18380e881166d245c8a627ff19d..63c0a26f59cd58d0b3e7b724981095012fd934f2 100644 (file)
@@ -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);