aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/tls.c
diff options
context:
space:
mode:
authoremanuele-f <faranda@ntop.org>2020-02-06 18:22:00 +0100
committeremanuele-f <faranda@ntop.org>2020-02-06 18:22:00 +0100
commitec150892083fd858695107a4a571d3e08398b4e1 (patch)
tree8e0345098717183606c3743cd493ef7d9611b9d2 /src/lib/protocols/tls.c
parent461351563575625434ab0d2a68860f46081edc69 (diff)
Little enhancements
Diffstat (limited to 'src/lib/protocols/tls.c')
-rw-r--r--src/lib/protocols/tls.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/protocols/tls.c b/src/lib/protocols/tls.c
index e5f46c05c..3ed0d7236 100644
--- a/src/lib/protocols/tls.c
+++ b/src/lib/protocols/tls.c
@@ -590,10 +590,6 @@ static int ndpi_search_tls_tcp(struct ndpi_detection_module_struct *ndpi_struct,
#endif
}
-#ifdef DEBUG_TLS_MEMORY
- printf("[TLS Mem] Returning %u\n", rc);
-#endif
-
if(something_went_wrong) {
flow->check_extra_packets = 0, flow->extra_packets_func = NULL;
return(0); /* That's all */