mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Update locale. Handle strings in dscp_descr(=
This commit is contained in:
parent
584e75020c
commit
732a546be0
2 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ local DS_class = {
|
|||
}
|
||||
|
||||
function dscp_consts.dscp_descr(id)
|
||||
local descr = DSCP[id]
|
||||
local descr = DSCP[tonumber(id)]
|
||||
if descr == nil then
|
||||
descr = "Unknown ["..id.."]"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue