From: Jo-Philipp Wich Date: Thu, 23 Jul 2009 11:32:22 +0000 (+0000) Subject: libs/web: disable memory debuggin in trunk as well X-Git-Tag: 0.10.0~1319 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=97743c13872fc3a650ff133cd0e2e26da23e3f99;p=project%2Fluci.git libs/web: disable memory debuggin in trunk as well --- diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index b2a936a56..8c3320b0f 100644 --- 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 {}