mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-28 20:22:41 +00:00
FS-7689 #resolve
This commit is contained in:
parent
afabc3cf5e
commit
73f45e3758
@ -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)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user