Commit 4b7cc7fc26598914ba202d04d4196efb26b22e69

Authored by Konstantin Khlebnikov
Committed by David S. Miller
1 parent 51af6d7c1f

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

net/ipv6/netfilter/nf_conntrack_reasm.c
... ... @@ -106,7 +106,7 @@
106 106 if (hdr == NULL)
107 107 goto err_reg;
108 108  
109   - net->ipv6.sysctl.frags_hdr = hdr;
  109 + net->nf_frag.sysctl.frags_hdr = hdr;
110 110 return 0;
111 111  
112 112 err_reg: