mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
another tweak
This commit is contained in:
parent
bbd9aa237e
commit
dd1ae3307c
@ -159,7 +159,7 @@ static switch_xml_t xml_url_fetch(const char *section, const char *tag_name, con
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (bytes) {
|
if (bytes) {
|
||||||
if ((xml = switch_xml_parse_str(txt, strlen(txt)))) {
|
if ((xml = switch_xml_parse_str_dynamic(txt, FALSE))) {
|
||||||
txt = NULL;
|
txt = NULL;
|
||||||
} else {
|
} else {
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error Parsing Result! [%s]\ndata: [%s] RESPONSE[%s]\n",
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error Parsing Result! [%s]\ndata: [%s] RESPONSE[%s]\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user