* TunnelPool: Fix bug where a tunnel was marked as reused when it wasn't

This commit is contained in:
zzz
2012-06-21 20:26:29 +00:00
parent d148efd458
commit 4e4634496a
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
increase max (could have caused "local loopback" problems)
* OCMOSJ, ElG, Streaming: log tweaks
* TunnelInfo: Change msg counter from long to int
* TunnelPool: Fix bug where a tunnel was marked as reused when it wasn't
* TunnelPoolManager: Use one ClientPeerSelector for all pools
2012-06-20 zzz

View File

@@ -1086,6 +1086,7 @@ public class TunnelPool {
for (int i = len - 1; i >= 0; i--) {
peers.add(ti.getPeer(i));
}
break;
}
}
}