Initialize. Was not set in some codepaths.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3293 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-11-09 16:01:47 +00:00
parent 3c20f80991
commit 855b312ae6
1 changed files with 1 additions and 1 deletions

View File

@ -2639,7 +2639,7 @@ static JSFunctionSpec fs_functions[] = {
static int eval_some_js(char *code, JSContext *cx, JSObject *obj, jsval *rval)
{
JSScript *script;
JSScript *script = NULL;
char *cptr;
char *path = NULL;
int res = 0;