diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2024-01-09 21:49:30 +0100 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-01-18 10:21:24 +0100 |
commit | 88720331ae6c68e99816ae3eee5f618fdddac02f (patch) | |
tree | 4646cf5c6120e3bb29181644df6465e54750aa3c /tests/unit | |
parent | 1289951b322c66295cdb03b3c26a6cdd24cc160d (diff) |
config: remove `enum ndpi_prefs`
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |