mirror of https://gitee.com/openkylin/linux.git
netfilter: nf_tables: remove double return statement
Signed-off-by: Aaron Conole <aconole@bytheb.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
5389023421
commit
7925056827
|
@ -4433,8 +4433,6 @@ static int nf_tables_getobj(struct net *net, struct sock *nlsk,
|
|||
err:
|
||||
kfree_skb(skb2);
|
||||
return err;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void nft_obj_destroy(struct nft_object *obj)
|
||||
|
|
Loading…
Reference in New Issue