patch-2.4.26 linux-2.4.26/net/ipv4/netfilter/ipt_MASQUERADE.c

Next file: linux-2.4.26/net/ipv4/sysctl_net_ipv4.c
Previous file: linux-2.4.26/net/ipv4/netfilter/ipt_ECN.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/net/ipv4/netfilter/ipt_MASQUERADE.c linux-2.4.26/net/ipv4/netfilter/ipt_MASQUERADE.c
@@ -32,7 +32,7 @@
 	const struct ip_nat_multi_range *mr = targinfo;
 
 	if (strcmp(tablename, "nat") != 0) {
-		DEBUGP("masquerade_check: bad table `%s'.\n", table);
+		DEBUGP("masquerade_check: bad table `%s'.\n", tablename);
 		return 0;
 	}
 	if (targinfosize != IPT_ALIGN(sizeof(*mr))) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)