aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index 9d326376a..ce9187eac 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -2470,9 +2470,9 @@ static void printFlowsStats() {
printFlow(i+1, all_flows[i].flow, all_flows[i].thread_id);
}
-#if 0
#ifndef DIRECTION_BINS
if(bins && cluster_ids) {
+#if 0
u_int8_t num_clusters = 8;
char buf[64];
u_int j;
@@ -2494,11 +2494,11 @@ static void printFlowsStats() {
}
}
+#endif
ndpi_free(bins);
ndpi_free(cluster_ids);
}
#endif
-#endif
}
for(thread_id = 0; thread_id < num_threads; thread_id++) {