patch-2.1.125 linux/net/ipv4/ip_fw.c

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

diff -u --recursive --new-file v2.1.124/linux/net/ipv4/ip_fw.c linux/net/ipv4/ip_fw.c
@@ -1325,7 +1325,7 @@
 
 	case IP_FW_MASQ_TIMEOUTS: {
 #ifdef CONFIG_IP_MASQUERADE
-		return ip_fw_masq_timeouts(m, len);
+		ret = ip_fw_masq_timeouts(m, len);
 #else
 		ret = EINVAL;
 #endif

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