fix reseed fallback to http

This commit is contained in:
zzz
2010-12-21 22:05:08 +00:00
parent 299c1bd67b
commit eefa732815

View File

@ -181,7 +181,7 @@ public class Reseeder {
if (defaulted && !SSLDisable) {
// put the non-SSL at the end of the SSL
List<String> URLList2 = new ArrayList();
tok = new StringTokenizer(DEFAULT_SSL_SEED_URL, " ,");
tok = new StringTokenizer(DEFAULT_SEED_URL, " ,");
while (tok.hasMoreTokens())
URLList2.add(tok.nextToken().trim());
Collections.shuffle(URLList2);