mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes nEdge startup
This commit is contained in:
parent
e6fb612df2
commit
e53aef06da
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue