projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
122c4f1
)
netfilter: ip_tables: fix compile with debug
author
Sebastian Andrzej Siewior
<sebastian@breakpoint.cc>
Thu, 16 Jun 2011 15:16:37 +0000
(17:16 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Thu, 16 Jun 2011 15:16:37 +0000
(17:16 +0200)
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/ip_tables.c
patch
|
blob
|
history
diff --git
a/net/ipv4/netfilter/ip_tables.c
b/net/ipv4/netfilter/ip_tables.c
index 7647438435030a4fa29ba98539ec423921086b16..24e556e83a3ba97fe633525c10e63d4bcb767b34 100644
(file)
--- a/
net/ipv4/netfilter/ip_tables.c
+++ b/
net/ipv4/netfilter/ip_tables.c
@@
-566,7
+566,7
@@
check_entry(const struct ipt_entry *e, const char *name)
const struct xt_entry_target *t;
if (!ip_checkentry(&e->ip)) {
- duprintf("ip check failed %p %s.\n", e,
par->match->
name);
+ duprintf("ip check failed %p %s.\n", e, name);
return -EINVAL;
}