提交 73f45e37 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7689 #resolve

上级 afabc3cf
...@@ -272,7 +272,7 @@ static switch_xml_t lua_fetch(const char *section, ...@@ -272,7 +272,7 @@ static switch_xml_t lua_fetch(const char *section,
} }
lua_getglobal(L, "XML_STRING"); lua_getglobal(L, "XML_STRING");
str = lua_tostring(L, 1); str = lua_tostring(L, -1);
if (str) { if (str) {
if (zstr(str)) { if (zstr(str)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论