summaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorKonstantin Khlebnikov <khlebnikov@openvz.org>2012-09-25 06:07:50 +0000
committerDavid S. Miller <davem@davemloft.net>2012-09-27 18:14:55 -0400
commit4b7cc7fc26598914ba202d04d4196efb26b22e69 (patch)
tree883baca83c15dfed0005d444a267f66bc825ac11 /net/ipv6
parent51af6d7c1f31e0f3d42c87d53657ec7acb6e3462 (diff)
downloadlinux-4b7cc7fc26598914ba202d04d4196efb26b22e69.tar.gz
linux-4b7cc7fc26598914ba202d04d4196efb26b22e69.tar.xz
nf_defrag_ipv6: fix oops on module unloading
fix copy-paste error introduced in linux-next commit "ipv6: add a new namespace for nf_conntrack_reasm" Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org> Cc: Amerigo Wang <amwang@redhat.com> Cc: David S. Miller <davem@davemloft.net> Acked-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/netfilter/nf_conntrack_reasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c
index 1af12fde08df..18bd9bbbd1c6 100644
--- a/net/ipv6/netfilter/nf_conntrack_reasm.c
+++ b/net/ipv6/netfilter/nf_conntrack_reasm.c
@@ -106,7 +106,7 @@ static int __net_init nf_ct_frag6_sysctl_register(struct net *net)
if (hdr == NULL)
goto err_reg;
- net->ipv6.sysctl.frags_hdr = hdr;
+ net->nf_frag.sysctl.frags_hdr = hdr;
return 0;
err_reg: