1
0
Fork 0

netfilter: nf_tables: remove double return statement

Signed-off-by: Aaron Conole <aconole@bytheb.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
hifive-unleashed-5.1
Aaron Conole 2017-04-12 16:12:28 -04:00 committed by Pablo Neira Ayuso
parent 5389023421
commit 7925056827
1 changed files with 0 additions and 2 deletions

View File

@ -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)