From 049fbf819caca45c69d8f65ce52e8d6899e44184 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 14 Aug 2023 12:50:54 +0200 Subject: Reworked ndpi_filter_xxx implementation using compressed bitmaps --- example/ndpiReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ndpiReader.c') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 19da0edb0..11f6fc496 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -5324,7 +5324,7 @@ void compressedBitmapUnitTest() { /* *********************************************** */ void filterUnitTest() { - ndpi_filter* f = ndpi_filter_alloc(10000); + ndpi_filter* f = ndpi_filter_alloc(); u_int32_t v, i; assert(f); -- cgit v1.2.3