Skip to content

Commit

Permalink
netfilter: nf_conntrack_proto_gre: spread __exit
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Alexey Dobriyan authored and Patrick McHardy committed Nov 20, 2008
1 parent 61d3015 commit 56bc0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/netfilter/nf_conntrack_proto_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static int __init nf_ct_proto_gre_init(void)
return rv;
}

static void nf_ct_proto_gre_fini(void)
static void __exit nf_ct_proto_gre_fini(void)
{
nf_conntrack_l4proto_unregister(&nf_conntrack_l4proto_gre4);
unregister_pernet_gen_subsys(proto_gre_net_id, &proto_gre_net_ops);
Expand Down

0 comments on commit 56bc0f9

Please sign in to comment.