diff --git a/src/util-log-redis.h b/src/util-log-redis.h index ec4a4aff73..12e87dee4a 100644 --- a/src/util-log-redis.h +++ b/src/util-log-redis.h @@ -41,7 +41,7 @@ typedef struct RedisSetup_ { const char *command; const char *key; const char *server; - int port; + uint16_t port; int is_async; int batch_size; } RedisSetup;