|
@@ -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;
|
|
|
}
|
|
|
|