mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-31 08:36:16 +00:00
fix previous commit
This commit is contained in:
parent
8ad596d846
commit
f23c3e68aa
@ -251,7 +251,7 @@ static void
|
||||
parse_rule_nat(struct nftnl_expr *e, rule_t *r)
|
||||
{
|
||||
uint32_t addr_min_reg, addr_max_reg, proto_min_reg, proto_max_reg;
|
||||
uint16_t proto_min_val;
|
||||
uint16_t proto_min_val = 0;
|
||||
uint32_t * reg_val_ptr;
|
||||
r->type = RULE_NAT;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user