don't test failed tunnels
This commit is contained in:
2
Tunnel.h
2
Tunnel.h
@@ -37,7 +37,7 @@ namespace tunnel
|
||||
|
||||
TunnelConfig * GetTunnelConfig () const { return m_Config; }
|
||||
bool IsEstablished () const { return m_IsEstablished; };
|
||||
bool IsFailed () const { return m_IsEstablished; };
|
||||
bool IsFailed () const { return m_IsFailed; };
|
||||
void SetFailed (bool failed) { m_IsFailed = failed; }
|
||||
|
||||
TunnelPool * GetTunnelPool () const { return m_Pool; };
|
||||
|
Reference in New Issue
Block a user