luci-app-mwan3: declare variables in globalsconfig.lua local

It is best practice to declar module variables local.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2018-10-16 09:31:52 +02:00
parent e535ef5828
commit fc1e2c53b9

View file

@ -3,6 +3,7 @@
local net = require "luci.model.network".init() local net = require "luci.model.network".init()
local s, m, n, mask
m = Map("mwan3", translate("MWAN - Globals")) m = Map("mwan3", translate("MWAN - Globals"))