I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b615f54d authored by jrandom's avatar jrandom Committed by zzz
Browse files

*cough*

parent db2328e0
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ public class ReseedHandler { ...@@ -100,7 +100,7 @@ public class ReseedHandler {
URL url = new URL(seedURL + (seedURL.endsWith("/") ? "" : "/") + "routerInfo-" + peer + ".dat"); URL url = new URL(seedURL + (seedURL.endsWith("/") ? "" : "/") + "routerInfo-" + peer + ".dat");
byte data[] = readURL(url); byte data[] = readURL(url);
System.out.println("read: " + (data != null ? data.length : -1)); //System.out.println("read: " + (data != null ? data.length : -1));
writeSeed(peer, data); writeSeed(peer, data);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment