diff options
author | Micah Lyle <Micah.Lyle@viasat.com> | 2017-07-18 12:53:02 -0700 |
---|---|---|
committer | Micah Lyle <Micah.Lyle@viasat.com> | 2017-07-18 12:53:02 -0700 |
commit | 55d13629249fed5b3750a393b053e8a72a9caaa3 (patch) | |
tree | 33dc5357c2fd3eab2475ca7a3da41b2531fa7b5c /example/ndpi_util.c | |
parent | 6e85b9344298dbba49d06951360c5e3c464d92ba (diff) |
Updated tests to match new SSL server certificate fix/addition
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 b0955d8d4..96a88a8e5 100644 --- a/example/ndpi_util.c +++ b/example/ndpi_util.c @@ -536,7 +536,7 @@ static struct ndpi_proto packet_processing(struct ndpi_workflow * workflow, ipsize, time, src, dst); if (ndpi_flow->check_extra_packets == 0) { flow->check_extra_packets = 0; - ndpi_free_flow_info_half(flow); + process_ndpi_collected_info(workflow, flow); } } } else if (ndpi_flow != NULL) { |