From: Anthony Minessale Date: Thu, 14 Dec 2006 15:48:25 +0000 (+0000) Subject: rm extra \n X-Git-Tag: v1.0-beta1~1582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6fb352a479be5774aa04868183d2360f8f92ee;p=thirdparty%2Ffreeswitch.git rm extra \n git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3651 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c b/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c index bc29fe5c53..c11837dfd8 100644 --- a/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c +++ b/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c @@ -72,7 +72,7 @@ static switch_xml_t xml_url_fetch(char *section, switch_uuid_t uuid; char uuid_str[SWITCH_UUID_FORMATTED_LENGTH + 1]; - if (!(data = switch_mprintf("section=%s&tag_name=%s&key_name=%s&key_value=%s%s%s\n", + if (!(data = switch_mprintf("section=%s&tag_name=%s&key_name=%s&key_value=%s%s%s", section, tag_name ? tag_name : "", key_name ? key_name : "",