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);