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:
parent
e535ef5828
commit
fc1e2c53b9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
local net = require "luci.model.network".init()
|
||||
|
||||
local s, m, n, mask
|
||||
|
||||
m = Map("mwan3", translate("MWAN - Globals"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue