Remove dbh:release(); it seems to have the reverse effect.

This commit is contained in:
Mark Crane 2012-07-03 23:10:07 +00:00
parent a95c074648
commit cfde50c9e7
1 changed files with 0 additions and 3 deletions

View File

@ -224,6 +224,3 @@
cmd = "luarun park_monitor.lua "..uuid.." "..domain_name.." "..park_extension.." "..park_timeout_type.." "..park_timeout_seconds.." "..park_timeout_destination;
result = api:executeString(cmd);
end
--close the database connection
dbh:release();