aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r--src/lib/ndpi_utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c
index 3af0d3d23..5dd71b76a 100644
--- a/src/lib/ndpi_utils.c
+++ b/src/lib/ndpi_utils.c
@@ -1878,9 +1878,7 @@ void free_fragment(fragments_wrapper_t *frag) {
uint16_t id;
uint8_t l4_protocol;
uint8_t ct_frag;
- #ifdef NDPI_DETECTION_SUPPORT_IPV6
char *flow_label; // IP6
- #endif
fragment_t **fragments_list;
} fragments_wrapper_t;
*