Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131945
b: refs/heads/master
c: 5962fc6
h: refs/heads/master
i:
  131943: 7dd4cbe
v: v3
  • Loading branch information
Patrick McHardy committed Feb 18, 2009
1 parent 0911ceb commit 8b3ff56
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: 2c6764b743f9d25dd0806a417f06920dcbd0f599
refs/heads/master: 5962fc6d5fff09c8e6fb8cadcb18327a0f4277f7
2 changes: 1 addition & 1 deletion trunk/include/net/netfilter/nf_conntrack_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static inline int nf_conntrack_confirm(struct sk_buff *skb)
struct nf_conn *ct = (struct nf_conn *)skb->nfct;
int ret = NF_ACCEPT;

if (ct) {
if (ct && ct != &nf_conntrack_untracked) {
if (!nf_ct_is_confirmed(ct) && !nf_ct_is_dying(ct))
ret = __nf_conntrack_confirm(skb);
nf_ct_deliver_cached_events(ct);
Expand Down

0 comments on commit 8b3ff56

Please sign in to comment.