Skip to content

Commit

Permalink
netfilter: xt_iprange: typo in IPv4 match debug print code
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jacob <jacob@internet24.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Thomas Jacob authored and Patrick McHardy committed Jan 27, 2011
1 parent 2e0348c commit 705ca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 705ca14

Please sign in to comment.