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:
parent
55d749ff23
commit
501f1f5cbc
|
@ -185,7 +185,7 @@ static JSBool curl_run(JSContext *cx, JSObject *obj, uintN argc, jsval * argv, j
|
||||||
switch_safe_free(durl);
|
switch_safe_free(durl);
|
||||||
|
|
||||||
|
|
||||||
return JS_FALSE;
|
return JS_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static JSFunctionSpec curl_methods[] = {
|
static JSFunctionSpec curl_methods[] = {
|
||||||
|
|
Loading…
Reference in New Issue