From: Raymond Chandler Date: Fri, 15 Feb 2013 19:47:49 +0000 (-0500) Subject: 4714 --resolve add decode X-Git-Tag: v1.3.13~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660fd495fceb89137cd2f6bb9a8ee26c9d1862fc;p=thirdparty%2Ffreeswitch.git 4714 --resolve add decode --- diff --git a/src/mod/applications/mod_curl/mod_curl.c b/src/mod/applications/mod_curl/mod_curl.c index d559930397..ae80726a66 100644 --- a/src/mod/applications/mod_curl/mod_curl.c +++ b/src/mod/applications/mod_curl/mod_curl.c @@ -372,6 +372,7 @@ SWITCH_STANDARD_API(curl_function) method = "post"; if (++i < argc) { postdata = switch_core_strdup(pool, argv[i]); + switch_url_decode(postdata); } else { postdata = ""; }