Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203980
b: refs/heads/master
c: 7df0884
h: refs/heads/master
v: v3
  • Loading branch information
Changli Gao authored and Patrick McHardy committed Jul 23, 2010
1 parent 8c45bca commit fccf70f
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: 261abc8c964e018256c1bcbd99b8a208c624d7cc
refs/heads/master: 7df0884ce144396fc151f2af7a73d5fb305f9b03
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ ipt_do_table(struct sk_buff *skb,
goto no_match;
}

ADD_COUNTER(e->counters, ntohs(ip->tot_len), 1);
ADD_COUNTER(e->counters, skb->len, 1);

t = ipt_get_target(e);
IP_NF_ASSERT(t->u.kernel.target);
Expand Down

0 comments on commit fccf70f

Please sign in to comment.