Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154105
b: refs/heads/master
c: 4d900f9
h: refs/heads/master
i:
  154103: 588e54e
v: v3
  • Loading branch information
Patrick McHardy committed Jun 22, 2009
1 parent 4102544 commit de14e10
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: 6d62182fea6cc6bbc8d82a691ad0608d68a54aeb
refs/heads/master: 4d900f9df5f0569c2dc536701e2c11b6d50ebebf
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_rateest.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ xt_rateest_mt(const struct sk_buff *skb, const struct xt_match_param *par)
if (info->flags & XT_RATEEST_MATCH_BPS)
ret &= bps1 == bps2;
if (info->flags & XT_RATEEST_MATCH_PPS)
ret &= pps2 == pps2;
ret &= pps1 == pps2;
break;
}

Expand Down

0 comments on commit de14e10

Please sign in to comment.