Author: toad
Date: 2008-07-21 18:28:15 +0000 (Mon, 21 Jul 2008)
New Revision: 21291

Modified:
   branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
Log:
delete another if(persistent) activate this

Modified: 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2008-07-21 17:29:25 UTC (rev 21290)
+++ branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2008-07-21 18:28:15 UTC (rev 21291)
@@ -545,7 +545,6 @@
         * @param container */
        public void onNonFatalFailure(FetchException e, int blockNo, 
SplitFileFetcherSubSegment seg, ObjectContainer container, ClientContext 
context) {
                if(persistent) {
-                       container.activate(this, 1);
                        container.activate(blockFetchContext, 1);
                }
                RequestScheduler sched = context.getFetchScheduler(false);


Reply via email to