瀏覽代碼

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

Mark Crane 13 年之前
父節點
當前提交
6fa4b709b5
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      includes/install/scripts/park.lua

+ 0 - 3
includes/install/scripts/park.lua

@@ -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();