Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377430
b: refs/heads/master
c: 142dcdd
h: refs/heads/master
v: v3
  • Loading branch information
Phil Oester authored and Pablo Neira Ayuso committed Jun 20, 2013
1 parent c5811f9 commit 70bf9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 06f3d7f973ec04290d86b7dd91b48d38d90433dc
refs/heads/master: 142dcdd3c25fc7a3866bb06980e8f93a2ed7e050
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static unsigned int __ipv6_conntrack_in(struct net *net,
if (ct != NULL && !nf_ct_is_untracked(ct)) {
help = nfct_help(ct);
if ((help && help->helper) || !nf_ct_is_confirmed(ct)) {
nf_conntrack_get_reasm(skb);
nf_conntrack_get_reasm(reasm);
NF_HOOK_THRESH(NFPROTO_IPV6, hooknum, reasm,
(struct net_device *)in,
(struct net_device *)out,
Expand Down

0 comments on commit 70bf9cc

Please sign in to comment.