diff options
author | Luca Deri <deri@ntop.org> | 2020-12-11 17:25:43 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-12-11 17:25:57 +0100 |
commit | 5cb6ddfd221bd8c761d6a54e450e8ba9e920de00 (patch) | |
tree | 4dc03a49c29ed62e3baf473f95201563cc514970 /src/lib | |
parent | 21ad3a177527e3b5d933c141274ea79afb6cb02f (diff) |
Rule changes work in progress
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index f85538f9f..302a7fc03 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -1691,7 +1691,7 @@ u_int8_t ndpi_is_tor_flow(struct ndpi_detection_module_struct *ndpi_str, struct /* ******************************************* */ -static patricia_node_t *add_to_ptree(patricia_tree_t *tree, int family, void *addr, int bits) { +static patricia_node_t* add_to_ptree(patricia_tree_t *tree, int family, void *addr, int bits) { prefix_t prefix; patricia_node_t *node; |