From 9935cb0e3ba59db43cdc3707f6b5b8718daa4249 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 24 May 2016 08:12:36 +0200 Subject: ndpi_util.c: fix The right operand of '+' is a garbage value --- example/ndpi_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/ndpi_util.c b/example/ndpi_util.c index ae7383fbd..939b3efd0 100644 --- a/example/ndpi_util.c +++ b/example/ndpi_util.c @@ -552,7 +552,7 @@ void ndpi_workflow_process_packet (struct ndpi_workflow * workflow, u_int16_t radio_len; u_int16_t fc; u_int16_t type; - int wifi_len; + int wifi_len = 0; int llc_off; int pyld_eth_len = 0; int check; -- cgit v1.2.3