Author: toad
Date: 2008-10-21 16:53:10 +0000 (Tue, 21 Oct 2008)
New Revision: 23017

Modified:
   branches/db4o/freenet/src/freenet/client/async/BaseSingleFileFetcher.java
Log:
Also here. Note that the last commit will not fix anything until you wipe your 
node.db4o :(


Modified: 
branches/db4o/freenet/src/freenet/client/async/BaseSingleFileFetcher.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/BaseSingleFileFetcher.java   
2008-10-21 16:52:32 UTC (rev 23016)
+++ branches/db4o/freenet/src/freenet/client/async/BaseSingleFileFetcher.java   
2008-10-21 16:53:10 UTC (rev 23017)
@@ -327,6 +327,7 @@
                        container.activate(ctx, 1);
                }
                if(finished) return null;
+               if(cancelled) return null;
                Key newKey = key.getNodeKey().cloneKey();
                short prio = parent.getPriorityClass();
                boolean dontCache = !ctx.cacheLocalRequests;


Reply via email to