From 88720331ae6c68e99816ae3eee5f618fdddac02f Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Tue, 9 Jan 2024 21:49:30 +0100 Subject: config: remove `enum ndpi_prefs` --- tests/unit/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/unit.c b/tests/unit/unit.c index 37ed1315d..948fd2a9e 100644 --- a/tests/unit/unit.c +++ b/tests/unit/unit.c @@ -373,7 +373,7 @@ int main(int argc, char **argv) { return -1; } - ndpi_info_mod = ndpi_init_detection_module(ndpi_no_prefs); + ndpi_info_mod = ndpi_init_detection_module(); if (ndpi_info_mod == NULL) return -1; -- cgit v1.2.3