rm extra \n
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3651 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4254ae7008
commit
ba6fb352a4
|
@ -72,7 +72,7 @@ static switch_xml_t xml_url_fetch(char *section,
|
||||||
switch_uuid_t uuid;
|
switch_uuid_t uuid;
|
||||||
char uuid_str[SWITCH_UUID_FORMATTED_LENGTH + 1];
|
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,
|
section,
|
||||||
tag_name ? tag_name : "",
|
tag_name ? tag_name : "",
|
||||||
key_name ? key_name : "",
|
key_name ? key_name : "",
|
||||||
|
|
Loading…
Reference in New Issue