Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-17 23:19:44 +00:00

nfqws2: remove unused var

This commit is contained in:
bol-van
2026-01-19 16:30:37 +03:00
parent 1359986d29
commit b65da8d8db

View File

@@ -1065,7 +1065,7 @@ struct play_state
const struct in_addr *sdip4;
const struct in6_addr *sdip6;
uint16_t sdport;
uint8_t verdict, proto;
uint8_t verdict;
char host[256];
t_l7proto l7proto;
t_l7payload l7payload;