aboutsummaryrefslogtreecommitdiff
path: root/fuzz/fuzz_dga.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/fuzz_dga.c')
-rw-r--r--fuzz/fuzz_dga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/fuzz_dga.c b/fuzz/fuzz_dga.c
index 3b09550ff..2635e64f5 100644
--- a/fuzz/fuzz_dga.c
+++ b/fuzz/fuzz_dga.c
@@ -13,7 +13,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
char *name;
if (ndpi_struct == NULL) {
- fuzz_init_detection_module(&ndpi_struct);
+ fuzz_init_detection_module(&ndpi_struct, NULL);
ndpi_flow = ndpi_calloc(1, sizeof(struct ndpi_flow_struct));
}