Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135485
b: refs/heads/master
c: 7d1e045
h: refs/heads/master
i:
  135483: 1b2d188
v: v3
  • Loading branch information
Pablo Neira Ayuso authored and Patrick McHardy committed Feb 24, 2009
1 parent e234a9e commit fffa73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08361aa807ae5e5007cd226ca9e34287512de737
refs/heads/master: 7d1e04598e5e92527840b6889fb75b4b30fdd33b
2 changes: 2 additions & 0 deletions trunk/net/netfilter/nf_conntrack_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,8 @@ nf_conntrack_in(struct net *net, u_int8_t pf, unsigned int hooknum,
nf_conntrack_put(skb->nfct);
skb->nfct = NULL;
NF_CT_STAT_INC_ATOMIC(net, invalid);
if (ret == -NF_DROP)
NF_CT_STAT_INC_ATOMIC(net, drop);
return -ret;
}

Expand Down

0 comments on commit fffa73c

Please sign in to comment.