Author: toad
Date: 2008-06-25 13:32:52 +0000 (Wed, 25 Jun 2008)
New Revision: 20676

Modified:
   branches/db4o/freenet/src/freenet/client/async/SingleFileFetcher.java
Log:
Doh

Modified: branches/db4o/freenet/src/freenet/client/async/SingleFileFetcher.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SingleFileFetcher.java       
2008-06-25 13:32:11 UTC (rev 20675)
+++ branches/db4o/freenet/src/freenet/client/async/SingleFileFetcher.java       
2008-06-25 13:32:52 UTC (rev 20676)
@@ -680,7 +680,8 @@
                }
 
                public void onFailure(FetchException e, ClientGetState state, 
ObjectContainer container, ClientContext context) {
-                       container.activate(SingleFileFetcher.this, 1);
+                       if(persistent)
+                               container.activate(SingleFileFetcher.this, 1);
                        // Force fatal as the fetcher is presumed to have made 
a reasonable effort.
                        SingleFileFetcher.this.onFailure(e, true, sched, 
container, context);
                }

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

Reply via email to