diff options
author | Luca Deri <deri@ntop.org> | 2021-02-09 10:05:29 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-02-09 10:05:29 +0100 |
commit | 4abaf3e279b8ef6e32dad79c8ed9da56a977989d (patch) | |
tree | ac813d794393bfbba8bc4b323af3a574e5a193ce /src/lib/ndpi_main.c | |
parent | 732579b72b1e58de58502520fc678e87ea757677 (diff) |
Removed debug statement
Diffstat (limited to 'src/lib/ndpi_main.c')
-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 9f8514848..385b869e5 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -4949,7 +4949,7 @@ uint8_t ndpi_connection_tracking(struct ndpi_detection_module_struct *ndpi_str, dport = ntohs(flow->packet.tcp->dest)), default_ports = ndpi_str->proto_defaults[ret.master_protocol].tcp_default_ports; else - found = NULL, default_ports = NULL; + found = NULL, default_ports = NULL, sport = dport = 0; if(found && (found->proto->protoId != NDPI_PROTOCOL_UNKNOWN) |