forked from I2P_Developers/i2p.i2p
fix reseed fallback to http
This commit is contained in:
@@ -181,7 +181,7 @@ public class Reseeder {
|
|||||||
if (defaulted && !SSLDisable) {
|
if (defaulted && !SSLDisable) {
|
||||||
// put the non-SSL at the end of the SSL
|
// put the non-SSL at the end of the SSL
|
||||||
List<String> URLList2 = new ArrayList();
|
List<String> URLList2 = new ArrayList();
|
||||||
tok = new StringTokenizer(DEFAULT_SSL_SEED_URL, " ,");
|
tok = new StringTokenizer(DEFAULT_SEED_URL, " ,");
|
||||||
while (tok.hasMoreTokens())
|
while (tok.hasMoreTokens())
|
||||||
URLList2.add(tok.nextToken().trim());
|
URLList2.add(tok.nextToken().trim());
|
||||||
Collections.shuffle(URLList2);
|
Collections.shuffle(URLList2);
|
||||||
|
Reference in New Issue
Block a user