projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca178a
)
luci-0.9: disable memory debugging in dispatcher
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 23 Jul 2009 03:43:20 +0000
(
03:43
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 23 Jul 2009 03:43:20 +0000
(
03:43
+0000)
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index b2a936a560587ef3ccc4b5c284d1d4de31c63eba..8c3320b0fe8736f5ea5c40631120357beabae145 100644
(file)
--- a/
libs/web/luasrc/dispatcher.lua
+++ b/
libs/web/luasrc/dispatcher.lua
@@
-129,7
+129,7
@@
end
--- Dispatches a LuCI virtual path.
-- @param request Virtual path
function dispatch(request, ext_tree)
- context._disable_memtrace = require "luci.debug".trap_memtrace("l")
+
--
context._disable_memtrace = require "luci.debug".trap_memtrace("l")
local ctx = context
ctx.path = request
ctx.urltoken = ctx.urltoken or {}