提交 dd1ae330 authored 作者: Anthony Minessale's avatar Anthony Minessale

another tweak

上级 bbd9aa23
......@@ -159,7 +159,7 @@ static switch_xml_t xml_url_fetch(const char *section, const char *tag_name, con
}
if (bytes) {
if ((xml = switch_xml_parse_str(txt, strlen(txt)))) {
if ((xml = switch_xml_parse_str_dynamic(txt, FALSE))) {
txt = NULL;
} else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error Parsing Result! [%s]\ndata: [%s] RESPONSE[%s]\n",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论