mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-7689 #resolve
This commit is contained in:
parent
1562d34a07
commit
e34b195988
@ -272,7 +272,7 @@ static switch_xml_t lua_fetch(const char *section,
|
||||
}
|
||||
|
||||
lua_getglobal(L, "XML_STRING");
|
||||
str = lua_tostring(L, 1);
|
||||
str = lua_tostring(L, -1);
|
||||
|
||||
if (str) {
|
||||
if (zstr(str)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user