Author: toad
Date: 2009-04-20 20:20:12 +0000 (Mon, 20 Apr 2009)
New Revision: 27113

Modified:
   trunk/freenet/src/freenet/client/async/USKFetcher.java
Log:
FIXME


Modified: trunk/freenet/src/freenet/client/async/USKFetcher.java
===================================================================
--- trunk/freenet/src/freenet/client/async/USKFetcher.java      2009-04-20 
20:17:45 UTC (rev 27112)
+++ trunk/freenet/src/freenet/client/async/USKFetcher.java      2009-04-20 
20:20:12 UTC (rev 27113)
@@ -812,6 +812,7 @@
                                synchronized(USKFetcher.this) {
                                        if(cancelled) return;
                                        runningStoreChecker = false;
+                                       // FIXME should we only start the 
USKAttempt's if the datastore check hasn't made progress?
                                        attempts = attemptsToStart.toArray(new 
USKAttempt[attemptsToStart.size()]);
                                        attemptsToStart.clear();
                                        done = true;

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

Reply via email to