mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Fix engine compilation warning.
This commit is contained in:
parent
3c64e0ff55
commit
eb88e965a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue