Fix engine compilation warning.

This commit is contained in:
Zied Aouini 2021-03-12 15:06:47 +01:00
parent 3c64e0ff55
commit eb88e965a4

View file

@ -1133,7 +1133,7 @@ typedef struct nf_flow {
uint8_t splt_closed;
char application_name[40];
char category_name[40];
char requested_server_name[240];
char requested_server_name[256];
char c_hash[48];
char s_hash[48];
char content_type[64];