patch-2.1.34 linux/net/ipv4/ipmr.c

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

diff -u --recursive --new-file v2.1.33/linux/net/ipv4/ipmr.c linux/net/ipv4/ipmr.c
@@ -314,6 +314,8 @@
 		kfree_skb(skb, FREE_READ);
 		return ret;
 	}
+
+	return ret;
 }
 
 /*
@@ -357,7 +359,7 @@
 			/* If the report failed throw the cache entry 
 			   out - Brad Parker */
 			if(ipmr_cache_report(skb, vifi, 0)<0)
-				impr_cache_delete(cache);
+				ipmr_cache_delete(cache);
 		}
 	}
 	/*

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