Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218423
b: refs/heads/master
c: 7932c2e
h: refs/heads/master
i:
  218421: 1dfc739
  218419: 4500b42
  218415: 5baaf70
v: v3
  • Loading branch information
David S. Miller committed Oct 26, 2010
1 parent b4132c8 commit 152cbba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10d8c4638c5a797baad5846a3447c0ccca8986a3
refs/heads/master: 7932c2e55c707350ac166effea2f49afe2e47400
5 changes: 4 additions & 1 deletion trunk/net/ipv6/netfilter/nf_conntrack_reasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,21 +625,24 @@ int nf_ct_frag6_init(void)
inet_frags_init_net(&nf_init_frags);
inet_frags_init(&nf_frags);

#ifdef CONFIG_SYSCTL
nf_ct_frag6_sysctl_header = register_sysctl_paths(nf_net_netfilter_sysctl_path,
nf_ct_frag6_sysctl_table);
if (!nf_ct_frag6_sysctl_header) {
inet_frags_fini(&nf_frags);
return -ENOMEM;
}
#endif

return 0;
}

void nf_ct_frag6_cleanup(void)
{
#ifdef CONFIG_SYSCTL
unregister_sysctl_table(nf_ct_frag6_sysctl_header);
nf_ct_frag6_sysctl_header = NULL;

#endif
inet_frags_fini(&nf_frags);

nf_init_frags.low_thresh = 0;
Expand Down

0 comments on commit 152cbba

Please sign in to comment.