diff options
author | Campus <campus@ntop.org> | 2016-11-13 18:45:50 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-11-13 18:45:50 +0100 |
commit | d86e5047799ffc667120a288c15de30996af37a5 (patch) | |
tree | 1a573770eaf5e8eb99287962b7d7bb8ef037c5ec /src/lib/protocols/quic.c | |
parent | 2005979f46528fc078986dc5d240279bffe2daaf (diff) | |
parent | 3d6b4d4dffaef67d9f49380a39a248e7b7756da4 (diff) |
Merge branch 'alagoutte-warning' into dev
Diffstat (limited to 'src/lib/protocols/quic.c')
-rw-r--r-- | src/lib/protocols/quic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/protocols/quic.c b/src/lib/protocols/quic.c index 8050a9b61..35b8d0911 100644 --- a/src/lib/protocols/quic.c +++ b/src/lib/protocols/quic.c @@ -73,7 +73,6 @@ void ndpi_search_quic(struct ndpi_detection_module_struct *ndpi_struct, && ((packet->payload[0] & 0xC2) == 0x00) && (quic_ports(ntohs(packet->udp->source), ntohs(packet->udp->dest))) ) { - char *begin; int i; if((version_len > 0) && (packet->payload[1+cid_len] != 'Q')) |