mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Removed useless condition
This commit is contained in:
parent
30fc1d7976
commit
7b8ad8d108
1 changed files with 1 additions and 1 deletions
|
|
@ -794,7 +794,7 @@ function driver:listSeries(schema, tags_filter, wildcard_tags, start_time, not_p
|
|||
toadd = true
|
||||
end
|
||||
elseif ((wildcard_tag ~= "protocol") or
|
||||
((L4_PROTO_KEYS[value] == nil) and (interface.getnDPIProtoId(value) ~= -1) and interface.getnDPIProtoId(value) ~= 0))
|
||||
((L4_PROTO_KEYS[value] == nil) and interface.getnDPIProtoId(value) ~= 0))
|
||||
and ((wildcard_tag ~= "category") or (interface.getnDPICategoryId(value) ~= -1)) then
|
||||
toadd = true
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue