summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'talpid-core/src')
-rw-r--r--talpid-core/src/tunnel_state_machine/connecting_state.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/talpid-core/src/tunnel_state_machine/connecting_state.rs b/talpid-core/src/tunnel_state_machine/connecting_state.rs
index a10b6fa4f5..ac8e0debd9 100644
--- a/talpid-core/src/tunnel_state_machine/connecting_state.rs
+++ b/talpid-core/src/tunnel_state_machine/connecting_state.rs
@@ -494,9 +494,7 @@ fn should_retry(error: &tunnel::Error, retry_attempt: u32) -> bool {
tunnel::Error::WireguardTunnelMonitoringError(Error::ObfuscatorError(_)) => true,
- tunnel::Error::WireguardTunnelMonitoringError(Error::PskNegotiationError(
- talpid_tunnel_config_client::Error::GrpcConnectError(_),
- )) => true,
+ tunnel::Error::WireguardTunnelMonitoringError(Error::PskNegotiationError(_)) => true,
#[cfg(not(windows))]
tunnel::Error::WireguardTunnelMonitoringError(Error::TunnelError(