netfilter: nft_set_pipapo: no need to call pipapo_deactivate() from flush
Use the element object that is already offered instead. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
a552339063
commit
26cec9d414
@ -1814,8 +1814,9 @@ static bool nft_pipapo_flush(const struct net *net, const struct nft_set *set,
|
|||||||
{
|
{
|
||||||
struct nft_pipapo_elem *e = elem;
|
struct nft_pipapo_elem *e = elem;
|
||||||
|
|
||||||
return pipapo_deactivate(net, set, (const u8 *)nft_set_ext_key(&e->ext),
|
nft_set_elem_change_active(net, set, &e->ext);
|
||||||
&e->ext);
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user