Custom disaggregation available in EE

This commit is contained in:
Alfredo Cardigliano 2019-10-16 05:02:53 +02:00
parent 87ac1b0bb6
commit 16c3b3a4af

View file

@ -473,7 +473,7 @@ void NetworkInterface::checkDisaggregationMode() {
#ifdef NTOPNG_PRO
#ifndef HAVE_NEDGE
if (flowHashingMode == flowhashing_none)
sub_interfaces = ntop->getPro()->has_valid_license() ? new SubInterfaces(this) : NULL;
sub_interfaces = ntop->getPro()->has_valid_enterprise_license() ? new SubInterfaces(this) : NULL;
#endif
#endif
}