Merge pull request #4326 from n-thumann/bugfix/delayed_portstatus_loading

luci-base: Fixed delayed portstatus loading on R7800
This commit is contained in:
Jo-Philipp Wich 2020-08-03 09:37:33 +02:00 committed by GitHub
commit b2e00f23a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -368,7 +368,7 @@ local methods = {
break break
end end
local pnum = line:match("^Port (%d+):") local pnum = line:match("^Port (%d+):$")
if pnum then if pnum then
port = { port = {
port = tonumber(pnum), port = tonumber(pnum),