From 52641d5745ff758a362464fbbf77d90b38c54ef8 Mon Sep 17 00:00:00 2001 From: libin <334052621@qq.com> Date: Wed, 8 Aug 2018 16:04:30 +0800 Subject: [PATCH] luci-app-mptcp meger fix conflict import erorr to luci --- luci-app-mptcp/luasrc/controller/mptcp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-mptcp/luasrc/controller/mptcp.lua b/luci-app-mptcp/luasrc/controller/mptcp.lua index 88db23601..92f2dbfb8 100644 --- a/luci-app-mptcp/luasrc/controller/mptcp.lua +++ b/luci-app-mptcp/luasrc/controller/mptcp.lua @@ -64,7 +64,7 @@ function multipath_bandwidth() result[dev] = "[" .. string.gsub((luci.sys.exec("luci-bwc -i %q 2>/dev/null" % dev)), '[\r\n]', '') .. "]" end end - end) + end ---先初始化求和数组 res["total"]={ }; for i=1,60 do