Changed back nindex support function name

This commit is contained in:
MatteoBiscosi 2021-10-27 16:08:07 +02:00
parent 5f95288865
commit ec7ae5c981

View file

@ -920,7 +920,7 @@ function hasNindexSupport()
end
-- NOTE: global nindex support may be enabled but some disable on some interfaces
function interfaceHasNindexOrClickhouseSupport()
function interfaceHasNindexSupport()
return(hasNindexSupport() and ((interface.nIndexEnabled and interface.nIndexEnabled()) or ntop.getPrefs()["is_dump_flows_to_clickhouse_enabled"]))
end