Author: toad
Date: 2007-10-27 20:06:47 +0000 (Sat, 27 Oct 2007)
New Revision: 15617

Modified:
   trunk/freenet/src/freenet/client/async/USKInserter.java
Log:
Fix the fix for "Failed blocks... but success?!" in USK inserts

Modified: trunk/freenet/src/freenet/client/async/USKInserter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/USKInserter.java     2007-10-27 
19:58:05 UTC (rev 15616)
+++ trunk/freenet/src/freenet/client/async/USKInserter.java     2007-10-27 
20:06:47 UTC (rev 15617)
@@ -92,6 +92,7 @@
                                        // Success!
                                        cb.onEncode(pubUSK.copy(edition), this);
                                        parent.addMustSucceedBlocks(1);
+                                       parent.completedBlock(true);
                                        cb.onSuccess(this);
                                        finished = true;
                                        sbi = null;


Reply via email to