aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-05-20 22:02:21 +0200
committerLuca Deri <deri@ntop.org>2019-05-20 22:02:21 +0200
commit0d2f8f4498f3158be31582c04db0935746a45dd4 (patch)
tree8eb0b915a2e83c9393708f206b1990a3610a6e59 /src/lib/ndpi_main.c
parent53e64df8e2470c1b5d397e3ab183091693f7daf7 (diff)
Implements #705
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r--src/lib/ndpi_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c
index 737124697..fc898d4b8 100644
--- a/src/lib/ndpi_main.c
+++ b/src/lib/ndpi_main.c
@@ -6404,3 +6404,5 @@ int ndpi_flowv6_flow_hash(u_int8_t l4_proto, struct ndpi_in6_addr *src_ip, struc
return(0); /* OK */
}
+
+/* **************************************** */