Compilation fix

This commit is contained in:
Simone Mainardi 2019-10-23 14:51:25 +02:00
parent 6fbc01b28e
commit 44a9d65f24

View file

@ -5412,7 +5412,11 @@ void NetworkInterface::lua(lua_State *vm) {
void NetworkInterface::lua_hash_tables_stats(lua_State *vm) {
GenericHash *gh[] = {flows_hash, hosts_hash, macs_hash,
vlans_hash, ases_hash, countries_hash,
arp_hash_matrix, aggregated_flows_hash};
arp_hash_matrix
#ifdef NTOPNG_PRO
,aggregated_flows_hash
#endif
};
lua_newtable(vm);