Author: toad
Date: 2008-06-19 15:05:06 +0000 (Thu, 19 Jun 2008)
New Revision: 20487

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java
Log:
Store ClientRequest's on finishing.

Modified: branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java       
2008-06-19 14:59:03 UTC (rev 20486)
+++ branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java       
2008-06-19 15:05:06 UTC (rev 20487)
@@ -253,6 +253,8 @@
                if(persistenceType == ClientRequest.PERSIST_CONNECTION)
                        origHandler.finishedClientRequest(this);
                client.finishedClientRequest(this, container);
+               if(persistenceType == ClientRequest.PERSIST_FOREVER)
+                       container.set(this);
        }

        /**


Reply via email to