Author: toad
Date: 2008-09-05 14:06:22 +0000 (Fri, 05 Sep 2008)
New Revision: 22452

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-09-05 14:03:58 UTC (rev 22451)
+++ branches/db4o/freenet/src/freenet/client/async/SingleFileFetcher.java       
2008-09-05 14:06:22 UTC (rev 22452)
@@ -782,7 +782,7 @@
                        }
                        // Force fatal as the fetcher is presumed to have made 
a reasonable effort.
                        SingleFileFetcher.this.onFailure(e, true, container, 
context);
-                       if(wasActive)
+                       if(!wasActive)
                                container.deactivate(SingleFileFetcher.this, 1);
                }



Reply via email to