Skip to content

Commit

Permalink
netfilter: ip_tables: fix compile with debug
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Patrick McHardy <[email protected]>
  • Loading branch information
sebastianas authored and kaber committed Jun 16, 2011
1 parent 122c4f1 commit 63f6fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/netfilter/ip_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 63f6fe9

Please sign in to comment.