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);
                }



Reply via email to