diff --git a/plugins/napatech/runmode-napatech.c b/plugins/napatech/runmode-napatech.c index 900cad0954..dce084d308 100644 --- a/plugins/napatech/runmode-napatech.c +++ b/plugins/napatech/runmode-napatech.c @@ -190,7 +190,7 @@ static void *NapatechConfigParser(const char *device) return (void *)conf; } -static int NapatechGetThreadsCount(void *conf __attribute__((unused))) +static uint16_t NapatechGetThreadsCount(void *conf __attribute__((unused))) { /* No matter which live device it is there is no reason to ever use more than 1 thread 2 or more thread would cause packet duplication */