mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added empty string check to formatter
This commit is contained in:
parent
abcacaad88
commit
aa0167123b
1 changed files with 1 additions and 0 deletions
|
|
@ -689,6 +689,7 @@ end
|
|||
|
||||
function l4_proto_to_string(proto_id)
|
||||
if not proto_id then return "" end
|
||||
if isEmptyString(proto_id) then return "" end
|
||||
|
||||
proto_id = tonumber(proto_id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue