]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
4714 --resolve add decode
authorRaymond Chandler <intralanman@gmail.com>
Fri, 15 Feb 2013 19:47:49 +0000 (14:47 -0500)
committerRaymond Chandler <intralanman@gmail.com>
Fri, 15 Feb 2013 19:47:49 +0000 (14:47 -0500)
src/mod/applications/mod_curl/mod_curl.c

index d5599303976ce3ea8e56c560b6d3b99cfe116f07..ae80726a6675567a0be5dc64f131631aeeeb2b4d 100644 (file)
@@ -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 = "";
                                }