Author: xor
Date: 2008-11-13 17:27:32 +0000 (Thu, 13 Nov 2008)
New Revision: 23527
Modified:
trunk/plugins/WoT/introduction/IntroductionClient.java
Log:
Bugfix: The purpose of the identity queue her is to prevent using captchas from
the same identities every time we download new ones.
Modified: trunk/plugins/WoT/introduction/IntroductionClient.java
===================================================================
--- trunk/plugins/WoT/introduction/IntroductionClient.java 2008-11-13
17:20:29 UTC (rev 23526)
+++ trunk/plugins/WoT/introduction/IntroductionClient.java 2008-11-13
17:27:32 UTC (rev 23527)
@@ -144,7 +144,6 @@
int counter = 0;
Logger.debug(this, "Trying to stop all requests");
while (i.hasNext()) { i.next().cancel(); ++counter; }
- mIdentities.clear();
Logger.debug(this, "Stopped " + counter + " current requests");
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs