summaryrefslogtreecommitdiffstats
path: root/src/state_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state_helper.c')
-rw-r--r--src/state_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state_helper.c b/src/state_helper.c
index de4cf48..9034864 100644
--- a/src/state_helper.c
+++ b/src/state_helper.c
@@ -23,7 +23,7 @@ static struct state_replication_helper *helper[IPPROTO_MAX];
int state_helper_verdict(int type, struct nf_conntrack *ct)
{
- u_int8_t l4proto;
+ uint8_t l4proto;
if (type == NFCT_Q_DESTROY)
return ST_H_REPLICATE;