Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79250568 authored by Aaron Conole's avatar Aaron Conole Committed by Pablo Neira Ayuso
Browse files

netfilter: nf_tables: remove double return statement

parent 53890234
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)