mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-12 16:44:51 +00:00
Tunnels: Fix UOE on timeout of OB client tunnel test
previous tunnel fix was incomplete
This commit is contained in:
@@ -352,7 +352,7 @@ class TestJob extends JobImpl {
|
||||
if (!_found && (_encryptTag != null || _ratchetEncryptTag != null)) {
|
||||
// don't clog up the SKM with old one-tag tagsets
|
||||
SessionKeyManager skm;
|
||||
if (_cfg.isInbound() && !_pool.getSettings().isExploratory()) {
|
||||
if (!_pool.getSettings().isExploratory()) {
|
||||
skm = getContext().clientManager().getClientSessionKeyManager(_pool.getSettings().getDestination());
|
||||
} else {
|
||||
skm = getContext().sessionKeyManager();
|
||||
|
||||
Reference in New Issue
Block a user