Author: toad
Date: 2008-06-25 01:48:14 +0000 (Wed, 25 Jun 2008)
New Revision: 20669

Modified:
   branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
Log:
More activation

Modified: 
branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java     
2008-06-25 01:48:01 UTC (rev 20668)
+++ branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java     
2008-06-25 01:48:14 UTC (rev 20669)
@@ -114,6 +114,8 @@
        }

        protected ClientKeyBlock encode(ObjectContainer container, 
ClientContext context) throws InsertException {
+               if(persistent)
+                       container.activate(sourceData, 1);
                ClientKeyBlock block;
                boolean shouldSend;
                synchronized(this) {


Reply via email to