lets not crap on the secondary tunnel too (even though doing so isn't wrong)

this helps avoid catastrophic failures, at least a little, since a failure doesnt kill two sets of tunnels
This commit is contained in:
jrandom
2004-06-26 21:13:52 +00:00
committed by zzz
parent 1f26c603e0
commit 5f0ef5e0e8

View File

@ -198,7 +198,7 @@ class TestTunnelJob extends JobImpl {
_log.warn("Secondary test of tunnel " + _secondaryId.getTunnelId()
+ " failed while waiting for nonce " + _nonce + ": "
+ _pool.getTunnelInfo(_secondaryId), getAddedBy());
_pool.tunnelFailed(_secondaryId);
//_pool.tunnelFailed(_secondaryId);
}
}
}