mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes blacklist count for #8078
This commit is contained in:
parent
f52ba41602
commit
3fc883df5b
7 changed files with 30 additions and 20 deletions
|
|
@ -394,6 +394,7 @@ function rev(a,b)
|
|||
return false
|
||||
elseif type(a) ~= type(b) then
|
||||
traceError(TRACE_WARNING, TRACE_CONSOLE, "Bad types in rev(): " .. a .. " (".. type(a) ..") vs " .. b .. " (".. type(b) .. ")")
|
||||
tprint(debug.traceback())
|
||||
return false
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue