From 2486d29adb0e8d5cac3b5ac904e12ed8b3fb1aae Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 7 Jun 2022 10:40:31 +0200 Subject: [PATCH] napatech: fix conf API call --- src/util-napatech.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-napatech.c b/src/util-napatech.c index 72c968ef66..b61aa85dd4 100644 --- a/src/util-napatech.c +++ b/src/util-napatech.c @@ -1261,7 +1261,7 @@ static uint32_t NapatechSetHashmode(void) uint32_t filter_id = 0; /* Get the hashmode from the conf file. */ - ConfGetValue("napatech.hashmode", &hash_mode); + ConfGet("napatech.hashmode", &hash_mode); snprintf(ntpl_cmd, 64, "hashmode = %s", hash_mode); -- 2.47.2