Tunnels: Fix UOE on timeout of OB client tunnel test

previous tunnel fix was incomplete
This commit is contained in:
zzz
2025-03-08 11:18:21 -05:00
parent 11668696b7
commit 812840b4e5

View File

@ -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();