Fix this error: [ERR] freeswitch_lua.cpp:374 DBH NOT Connected. Caused by releasing DBH which is done in the parent script.
This commit is contained in:
parent
edf3a06e49
commit
67ee471d5f
|
|
@ -274,9 +274,6 @@
|
||||||
end);
|
end);
|
||||||
end
|
end
|
||||||
|
|
||||||
--close the database connection
|
|
||||||
dbh:release();
|
|
||||||
|
|
||||||
--set the xml array and then concatenate the array to a string
|
--set the xml array and then concatenate the array to a string
|
||||||
if (continue and password) then
|
if (continue and password) then
|
||||||
--build the xml
|
--build the xml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue