Author: toad
Date: 2008-06-26 17:09:46 +0000 (Thu, 26 Jun 2008)
New Revision: 20759

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

Modified: 
branches/db4o/freenet/src/freenet/client/async/BaseSingleFileFetcher.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/BaseSingleFileFetcher.java   
2008-06-26 17:07:27 UTC (rev 20758)
+++ branches/db4o/freenet/src/freenet/client/async/BaseSingleFileFetcher.java   
2008-06-26 17:09:46 UTC (rev 20759)
@@ -52,6 +52,8 @@
        }

        public boolean hasValidKeys(KeysFetchingLocally fetching, 
ObjectContainer container, ClientContext context) {
+               if(persistent)
+                       container.activate(key, 5);
                return !fetching.hasKey(key.getNodeKey());
        }



Reply via email to