mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-22 02:38:59 +00:00
Removed warning
This commit is contained in:
parent
045f84bb6b
commit
d9e855d664
1 changed files with 3 additions and 0 deletions
|
|
@ -6438,7 +6438,10 @@ void NetworkInterface::finishInitialization() {
|
|||
#ifdef HAVE_MYSQL
|
||||
db = new BatchedMySQLDB(this);
|
||||
#endif
|
||||
|
||||
#if defined(NTOPNG_PRO) && defined(HAVE_NDB)
|
||||
enable_aggregation:
|
||||
#endif
|
||||
aggregated_flows_hash = new AggregatedFlowHash(this, num_hashes,
|
||||
ntop->getPrefs()->get_max_num_flows());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue