I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 812840b4 authored by zzz's avatar zzz
Browse files

Tunnels: Fix UOE on timeout of OB client tunnel test

previous tunnel fix was incomplete
parent 11668696
No related branches found
No related tags found
No related merge requests found
...@@ -352,7 +352,7 @@ class TestJob extends JobImpl { ...@@ -352,7 +352,7 @@ class TestJob extends JobImpl {
if (!_found && (_encryptTag != null || _ratchetEncryptTag != null)) { if (!_found && (_encryptTag != null || _ratchetEncryptTag != null)) {
// don't clog up the SKM with old one-tag tagsets // don't clog up the SKM with old one-tag tagsets
SessionKeyManager skm; SessionKeyManager skm;
if (_cfg.isInbound() && !_pool.getSettings().isExploratory()) { if (!_pool.getSettings().isExploratory()) {
skm = getContext().clientManager().getClientSessionKeyManager(_pool.getSettings().getDestination()); skm = getContext().clientManager().getClientSessionKeyManager(_pool.getSettings().getDestination());
} else { } else {
skm = getContext().sessionKeyManager(); skm = getContext().sessionKeyManager();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment