Remove dbh:release(); from directory.lua because its done in the parent script after this script completes.
This commit is contained in:
parent
7c3300faf6
commit
ee7a772b40
|
|
@ -274,9 +274,6 @@
|
|||
end);
|
||||
end
|
||||
|
||||
--close the database connection
|
||||
dbh:release();
|
||||
|
||||
--set the xml array and then concatenate the array to a string
|
||||
if (continue and password) then
|
||||
--build the xml
|
||||
|
|
|
|||
Loading…
Reference in New Issue