aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
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)
106 if (hdr == NULL) 106 if (hdr == NULL)
107 goto err_reg; 107 goto err_reg;
108 108
109 net->ipv6.sysctl.frags_hdr = hdr; 109 net->nf_frag.sysctl.frags_hdr = hdr;
110 return 0; 110 return 0;
111 111
112err_reg: 112err_reg: