Author: xor
Date: 2008-11-08 11:36:20 +0000 (Sat, 08 Nov 2008)
New Revision: 23420

Modified:
   trunk/plugins/WoT/IdentityFetcher.java
Log:
Fix fetching. Why the hell did it work in the past without ClientGetter.start() 
?

Modified: trunk/plugins/WoT/IdentityFetcher.java
===================================================================
--- trunk/plugins/WoT/IdentityFetcher.java      2008-11-08 11:25:30 UTC (rev 
23419)
+++ trunk/plugins/WoT/IdentityFetcher.java      2008-11-08 11:36:20 UTC (rev 
23420)
@@ -95,6 +95,7 @@
                fetchContext.maxNonSplitfileRetries = -1; // retry forever
                ClientGetter g = client.fetch(uri, -1, this, this, 
fetchContext);
                g.setPriorityClass(RequestStarter.UPDATE_PRIORITY_CLASS); /* 
FIXME: decide which one to use */
+               g.start();
                requests.add(g);
                Logger.debug(this, "Start fetching identity "+uri.toString());
        }


Reply via email to