projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51af6d7
)
nf_defrag_ipv6: fix oops on module unloading
author
Konstantin Khlebnikov
<
[email protected]
>
Tue, 25 Sep 2012 06:07:50 +0000
(06:07 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 27 Sep 2012 22:14:55 +0000
(18:14 -0400)
fix copy-paste error introduced in linux-next commit
"ipv6: add a new namespace for nf_conntrack_reasm"
Signed-off-by: Konstantin Khlebnikov <
[email protected]
>
Cc: Amerigo Wang <
[email protected]
>
Cc: David S. Miller <
[email protected]
>
Acked-by: Cong Wang <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/ipv6/netfilter/nf_conntrack_reasm.c
patch
|
blob
|
history
diff --git
a/net/ipv6/netfilter/nf_conntrack_reasm.c
b/net/ipv6/netfilter/nf_conntrack_reasm.c
index 1af12fde08dfd212ccf96f7d44e1f99a566875ef..18bd9bbbd1c6c0f50d8bf74c947c05f91a4f20cd 100644
(file)
--- 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: