Commit 9faae0e1 authored by Harald Welte's avatar Harald Welte Committed by David S. Miller

[NETFILTER]: Fix DEBUG compile in ipt_MASQUERADE.

parent 1f2617c6
...@@ -45,7 +45,7 @@ masquerade_check(const char *tablename, ...@@ -45,7 +45,7 @@ masquerade_check(const char *tablename,
const struct ip_nat_multi_range *mr = targinfo; const struct ip_nat_multi_range *mr = targinfo;
if (strcmp(tablename, "nat") != 0) { if (strcmp(tablename, "nat") != 0) {
DEBUGP("masquerade_check: bad table `%s'.\n", table); DEBUGP("masquerade_check: bad table `%s'.\n", tablename);
return 0; return 0;
} }
if (targinfosize != IPT_ALIGN(sizeof(*mr))) { if (targinfosize != IPT_ALIGN(sizeof(*mr))) {
......
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