Compilation fix

This commit is contained in:
Luca Deri 2019-07-24 11:31:09 +02:00
parent e61f6d02df
commit cc5bb700bc

View file

@ -399,6 +399,7 @@ void NetworkInterface::aggregatePartialFlow(const struct timeval *tv, Flow *flow
}
}
#ifdef NTOPNG_PRO
if(aggregatedFlow) {
aggregatedFlow->sumFlowStats(flow,
/* lastFlowAggregation will be decremented by one after the current periodic
@ -421,6 +422,7 @@ void NetworkInterface::aggregatePartialFlow(const struct timeval *tv, Flow *flow
aggregated_flows_hash->getCurrentSize());
#endif
}
#endif
}
}