luci-app-mwan3: fix typo
This has worked before because the interface variable is global. But this is not nice. So this commit will fix this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
c9e3e73c8c
commit
d78be98cc4
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ function diagnosticsData(interface, task)
|
|||
end
|
||||
end
|
||||
|
||||
function get_gateway(inteface)
|
||||
function get_gateway(interface)
|
||||
local gateway = nil
|
||||
local dump = nil
|
||||
|
||||
|
|
Loading…
Reference in a new issue