1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

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

@ -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[] = {