Author: toad
Date: 2009-03-27 17:36:39 +0000 (Fri, 27 Mar 2009)
New Revision: 26237

Modified:
   branches/db4o/freenet/src/freenet/client/async/ClientGetter.java
Log:
Activate before calling - doh


Modified: branches/db4o/freenet/src/freenet/client/async/ClientGetter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/ClientGetter.java    
2009-03-27 14:40:20 UTC (rev 26236)
+++ branches/db4o/freenet/src/freenet/client/async/ClientGetter.java    
2009-03-27 17:36:39 UTC (rev 26237)
@@ -245,6 +245,9 @@
                        final FetchException e1 = e;
                        if(persistent())
                                container.store(this);
+                       if(persistent()) {
+                               container.activate(clientCallback, 1);
+                       }
                        clientCallback.onFailure(e1, ClientGetter.this, 
container);
                        return;
                }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to