Additional fixes for interface validation

This commit is contained in:
Simone Mainardi 2020-05-18 13:02:56 +02:00
parent e8fcbd2a90
commit 3258fa074e
3 changed files with 15 additions and 6 deletions

View file

@ -241,9 +241,8 @@ else
local ifid = nil
if not isEmptyString(_GET["ifid"]) then
ifid = _GET["ifid"]
res = dumpInterfaceStats(ifid)
end
res = dumpInterfaceStats(ifid)
end
print(json.encode(res))