forked from I2P_Developers/i2p.i2p
reseed: Fix adding netid param (ticket #2621)
This commit is contained in:
@ -341,7 +341,7 @@ public class Reseeder {
|
|||||||
if (lc.endsWith(".su3")) {
|
if (lc.endsWith(".su3")) {
|
||||||
URI uri;
|
URI uri;
|
||||||
try {
|
try {
|
||||||
uri = new URI(_url.toString() + SU3_FILENAME + NETID_PARAM + _context.router().getNetworkID());
|
uri = new URI(_url.toString() + NETID_PARAM + _context.router().getNetworkID());
|
||||||
} catch (URISyntaxException use) {
|
} catch (URISyntaxException use) {
|
||||||
throw new IllegalArgumentException("Bad URL " + _url, use);
|
throw new IllegalArgumentException("Bad URL " + _url, use);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user