From: Victor Julien Date: Tue, 7 Jun 2022 08:40:31 +0000 (+0200) Subject: napatech: fix conf API call X-Git-Tag: suricata-7.0.0-beta1~482 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2486d29adb0e8d5cac3b5ac904e12ed8b3fb1aae;p=thirdparty%2Fsuricata.git napatech: fix conf API call --- 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);