diff options
Diffstat (limited to 'example/ndpi_util.c')
-rw-r--r-- | example/ndpi_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpi_util.c b/example/ndpi_util.c index b4d588c67..c055df317 100644 --- a/example/ndpi_util.c +++ b/example/ndpi_util.c @@ -732,7 +732,7 @@ struct ndpi_proto ndpi_workflow_process_packet(struct ndpi_workflow * workflow, u_int16_t ip_offset = 0, ip_len; u_int16_t frag_off = 0, vlan_id = 0; u_int8_t proto = 0; - u_int32_t label; + /*u_int32_t label;*/ /* counters */ u_int8_t vlan_packet = 0; |