Author: toad
Date: 2008-06-25 19:58:35 +0000 (Wed, 25 Jun 2008)
New Revision: 20709

Modified:
   branches/db4o/freenet/src/freenet/client/async/ClientPutter.java
Log:
Activation

Modified: branches/db4o/freenet/src/freenet/client/async/ClientPutter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/ClientPutter.java    
2008-06-25 19:35:35 UTC (rev 20708)
+++ branches/db4o/freenet/src/freenet/client/async/ClientPutter.java    
2008-06-25 19:58:35 UTC (rev 20709)
@@ -271,6 +271,8 @@
        }

        public void notifyClients(ObjectContainer container, ClientContext 
context) {
+               if(persistent())
+                       container.activate(ctx, 2);
                ctx.eventProducer.produceEvent(new 
SplitfileProgressEvent(this.totalBlocks, this.successfulBlocks, 
this.failedBlocks, this.fatallyFailedBlocks, this.minSuccessBlocks, 
this.blockSetFinalized), container, context);
        }



Reply via email to