]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
napatech: fix conf API call
authorVictor Julien <vjulien@oisf.net>
Tue, 7 Jun 2022 08:40:31 +0000 (10:40 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 9 Jun 2022 05:27:16 +0000 (07:27 +0200)
src/util-napatech.c

index 72c968ef665ae1fff0d67ded5cfaadcac65edc13..b61aa85dd48e2f7216118a73d73d28ba8e69ee15 100644 (file)
@@ -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);