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:
Florian Eckert 2018-10-11 07:58:28 +02:00
parent c9e3e73c8c
commit d78be98cc4

View file

@ -117,7 +117,7 @@ function diagnosticsData(interface, task)
end end
end end
function get_gateway(inteface) function get_gateway(interface)
local gateway = nil local gateway = nil
local dump = nil local dump = nil