From 5cb6ddfd221bd8c761d6a54e450e8ba9e920de00 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 11 Dec 2020 17:25:43 +0100 Subject: Rule changes work in progress --- src/lib/ndpi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ndpi_main.c') 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; -- cgit v1.2.3