Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236807
b: refs/heads/master
c: 705ca14
h: refs/heads/master
i:
  236805: c48c5db
  236803: a399891
  236799: 21adee5
v: v3
  • Loading branch information
Thomas Jacob authored and Patrick McHardy committed Jan 27, 2011
1 parent 16cb418 commit 3d555b9
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: 2e0348c449683a837644bb0027dbe5940b150c25
refs/heads/master: 705ca147176090203afd7503392e6e770637499b
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_iprange.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ iprange_mt4(const struct sk_buff *skb, struct xt_action_param *par)
pr_debug("src IP %pI4 NOT in range %s%pI4-%pI4\n",
&iph->saddr,
(info->flags & IPRANGE_SRC_INV) ? "(INV) " : "",
&info->src_max.ip,
&info->src_min.ip,
&info->src_max.ip);
return false;
}
Expand Down

0 comments on commit 3d555b9

Please sign in to comment.