projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e0348c
)
netfilter: xt_iprange: typo in IPv4 match debug print code
author
Thomas Jacob
<jacob@internet24.de>
Thu, 27 Jan 2011 09:56:32 +0000
(10:56 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Thu, 27 Jan 2011 09:56:32 +0000
(10:56 +0100)
Signed-off-by: Thomas Jacob <jacob@internet24.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/xt_iprange.c
patch
|
blob
|
history
diff --git
a/net/netfilter/xt_iprange.c
b/net/netfilter/xt_iprange.c
index 88f7c3511c72c2554de292e97c844cc934367c9e..77b9ebcc90b66fb0edca3d9b43ea1e750d187d24 100644
(file)
--- a/
net/netfilter/xt_iprange.c
+++ b/
net/netfilter/xt_iprange.c
@@
-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_m
ax
.ip,
+ &info->src_m
in
.ip,
&info->src_max.ip);
return false;
}