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")) {
|
||||
URI uri;
|
||||
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) {
|
||||
throw new IllegalArgumentException("Bad URL " + _url, use);
|
||||
}
|
||||
|
Reference in New Issue
Block a user