[freenet-cvs] r17493 - trunk/freenet/src/freenet/node

toad at freenetproject.org toad at freenetproject.org
Sat Feb 2 23:54:47 UTC 2008


Author: toad
Date: 2008-02-02 23:54:47 +0000 (Sat, 02 Feb 2008)
New Revision: 17493

Modified:
   trunk/freenet/src/freenet/node/FailureTable.java
Log:
Push the BlockOfferList, not the BlockOffer!

Modified: trunk/freenet/src/freenet/node/FailureTable.java
===================================================================
--- trunk/freenet/src/freenet/node/FailureTable.java	2008-02-02 23:52:50 UTC (rev 17492)
+++ trunk/freenet/src/freenet/node/FailureTable.java	2008-02-02 23:54:47 UTC (rev 17493)
@@ -301,7 +301,7 @@
 			} else {
 				bl.addOffer(offer);
 			}
-			blockOfferListByKey.push(key, offer);
+			blockOfferListByKey.push(key, bl);
 			trimOffersList(now);
 		}
 		




More information about the cvs mailing list