mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-23 12:22:02 +00:00
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:
parent
c85468df55
commit
6aa141caa9
59 changed files with 253 additions and 4282 deletions
|
|
@ -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++;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue