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
- Lines: 18
- Date:
Fri Apr 11 10:47:40 1997
- Orig file:
v2.1.33/linux/net/ipv4/ipmr.c
- Orig date:
Fri Apr 4 08:52:28 1997
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