aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCampus <campus@ntop.org>2017-06-07 11:27:37 +0200
committerCampus <campus@ntop.org>2017-06-07 11:27:37 +0200
commite49c9f36e80b939a9026c9a5aa6fdb96166bacac (patch)
tree63b11956a750bcdd1c368dcae5958728faac6a0b /src
parent9a4634adbbf360790086e6b9fd87eb4758dc972b (diff)
parent1467ad68d4077ea440be81bfa19c7032695c5a94 (diff)
Merge branch 'pavlosantoniou-dev' into dev
Diffstat (limited to 'src')
-rw-r--r--src/lib/protocols/tinc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/protocols/tinc.c b/src/lib/protocols/tinc.c
index b25aff2e7..a69d18759 100644
--- a/src/lib/protocols/tinc.c
+++ b/src/lib/protocols/tinc.c
@@ -29,8 +29,6 @@ static void ndpi_check_tinc(struct ndpi_detection_module_struct *ndpi_struct, st
struct ndpi_packet_struct *packet = &flow->packet;
const u_int8_t *packet_payload = packet->payload;
u_int32_t payload_len = packet->payload_packet_len;
- struct ndpi_id_struct *src = flow->src;
- struct ndpi_id_struct *dst = flow->dst;
if(packet->udp != NULL) {
if(ndpi_struct->tinc_cache != NULL) {