forked from I2P_Developers/i2p.i2p
unnecessary parameter
This commit is contained in:
@@ -170,7 +170,7 @@ class IntroductionManager {
|
||||
* @return number of introducers added
|
||||
*/
|
||||
public int pickInbound(Properties ssuOptions, int howMany) {
|
||||
int start = _context.random().nextInt(Integer.MAX_VALUE);
|
||||
int start = _context.random().nextInt();
|
||||
if (_log.shouldLog(Log.DEBUG))
|
||||
_log.debug("Picking inbound out of " + _inbound.size());
|
||||
if (_inbound.isEmpty()) return 0;
|
||||
|
||||
Reference in New Issue
Block a user