Author: toad
Date: 2009-04-20 18:36:53 +0000 (Mon, 20 Apr 2009)
New Revision: 27106

Modified:
   trunk/freenet/src/freenet/client/async/USKFetcher.java
Log:
Call back into fillKeysWatching when completed preRegister, because we may have 
missed some slots while waiting for the datastore fetch.


Modified: trunk/freenet/src/freenet/client/async/USKFetcher.java
===================================================================
--- trunk/freenet/src/freenet/client/async/USKFetcher.java      2009-04-20 
18:35:21 UTC (rev 27105)
+++ trunk/freenet/src/freenet/client/async/USKFetcher.java      2009-04-20 
18:36:53 UTC (rev 27106)
@@ -830,6 +830,8 @@
                                                }
                                        }
                                }
+                               long lastEd = 
uskManager.lookupLatestSlot(origUSK);
+                               fillKeysWatching(lastEd, context);
                        }
 
                        @Override

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

Reply via email to