Fixes nEdge startup

This commit is contained in:
Simone Mainardi 2021-08-17 13:58:17 +02:00
parent e6fb612df2
commit e53aef06da

View file

@ -231,7 +231,7 @@ if(has_pcap_dump_interface) then
end
-- Create the special drop pool for nProbe IPS
if(ntop.isPro()) then
if(ntop.isPro() and not ntop.isnEdge()) then
local pools = require "pools"
local host_pools = require "host_pools"
local policy_utils = require "policy_utils"