Merge pull request #4326 from n-thumann/bugfix/delayed_portstatus_loading
luci-base: Fixed delayed portstatus loading on R7800
This commit is contained in:
commit
b2e00f23a7
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ local methods = {
|
|||
break
|
||||
end
|
||||
|
||||
local pnum = line:match("^Port (%d+):")
|
||||
local pnum = line:match("^Port (%d+):$")
|
||||
if pnum then
|
||||
port = {
|
||||
port = tonumber(pnum),
|
||||
|
|
Loading…
Reference in a new issue