forked from I2P_Developers/i2p.i2p
* TunnelPool: Fix bug where a tunnel was marked as reused when it wasn't
This commit is contained in:
@@ -1086,6 +1086,7 @@ public class TunnelPool {
|
||||
for (int i = len - 1; i >= 0; i--) {
|
||||
peers.add(ti.getPeer(i));
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user