* 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

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