Commit 63f6fe92 authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Patrick McHardy

netfilter: ip_tables: fix compile with debug

Signed-off-by: default avatarSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 122c4f10
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment