Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster

Little progresses towards MySQL support
This commit is contained in:
Luca Deri 2015-08-08 01:13:59 +02:00
parent c85468df55
commit 6aa141caa9
59 changed files with 253 additions and 4282 deletions

View file

@ -127,8 +127,6 @@ patricia_node_t* ptree_add_rule(patricia_tree_t *ptree, char *line) {
bits = strchr(line, '/');
if(bits == NULL)
bits = (char*)"/32";
else
bits[0] = '\0';
bits++;