continue after curl.run

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7601 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-13 10:55:54 +00:00
parent 55d749ff23
commit 501f1f5cbc
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ static JSBool curl_run(JSContext *cx, JSObject *obj, uintN argc, jsval * argv, j
switch_safe_free(durl);
return JS_FALSE;
return JS_TRUE;
}
static JSFunctionSpec curl_methods[] = {