From 8ca3b888ad91a40757c4b9cc00aea1a2ccf6a36d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 28 Jun 2008 17:03:47 +0000 Subject: * libs/httpd: Fixed a problem with empty sources in filehandler --- libs/web/luasrc/dispatcher.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/web/luasrc/dispatcher.lua') diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 989eb44021..426dd66bd0 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -283,6 +283,7 @@ function createtree() local stat, err = luci.util.copcall(v) if not stat then error500("createtree failed: " .. k .. ": " .. err) + luci.http.close() os.exit(1) end end -- cgit v1.2.3