patch-2.1.91 linux/net/ipv4/ip_masq_mod.c

Next file: linux/net/ipv4/ip_output.c
Previous file: linux/net/ipv4/ip_masq_autofw.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.90/linux/net/ipv4/ip_masq_mod.c linux/net/ipv4/ip_masq_mod.c
@@ -275,7 +275,7 @@
 
 	IP_MASQ_DEBUG(1, "searching mmod_name \"%s\"\n", mmod_name);
 	
-	for (mmod=ip_masq_mod_reg_base; mmod ; mmod=mmod->next) {
+	for (mmod=ip_masq_mod_reg_base; mmod ; mmod=mmod->next_reg) {
 		if (mmod->mmod_ctl && *(mmod_name)
 				&& (strcmp(mmod_name, mmod->mmod_name)==0)) {
 			/* HIT */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov