Skip to content

Commit

Permalink
netfilter: nf_tables: remove double return statement
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Conole <aconole@bytheb.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Aaron Conole authored and Pablo Neira Ayuso committed Apr 13, 2017
1 parent 5389023 commit 7925056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/netfilter/nf_tables_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7925056

Please sign in to comment.