Browse Source

netfilter: nf_tables: remove double return statement

Signed-off-by: Aaron Conole <aconole@bytheb.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Aaron Conole 8 years ago
parent
commit
7925056827
1 changed files with 0 additions and 2 deletions
  1. 0 2
      net/netfilter/nf_tables_api.c

+ 0 - 2
net/netfilter/nf_tables_api.c

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