Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352757
b: refs/heads/master
c: 894e2ac
h: refs/heads/master
i:
  352755: 985df6c
v: v3
  • Loading branch information
Michal Kubeček authored and Pablo Neira Ayuso committed Feb 13, 2013
1 parent 5def3fb commit 118cc26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6e2f0aa8cf8892868bf2c19349cb5d7c407f690d
refs/heads/master: 894e2ac82bd0029adce7ad6c8d25501fdd82c994
6 changes: 3 additions & 3 deletions trunk/net/ipv6/netfilter/nf_conntrack_reasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ static int nf_ct_frag6_sysctl_register(struct net *net)
if (table == NULL)
goto err_alloc;

table[0].data = &net->ipv6.frags.high_thresh;
table[1].data = &net->ipv6.frags.low_thresh;
table[2].data = &net->ipv6.frags.timeout;
table[0].data = &net->nf_frag.frags.timeout;
table[1].data = &net->nf_frag.frags.low_thresh;
table[2].data = &net->nf_frag.frags.high_thresh;
}

hdr = register_net_sysctl(net, "net/netfilter", table);
Expand Down

0 comments on commit 118cc26

Please sign in to comment.