Skip to content

Commit

Permalink
Do not enter blocked state if device check has network errors
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Sep 24, 2024
1 parent 7807b09 commit beb6b0d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,8 @@ extension PacketTunnelProvider {
default:
providerLogger
.error(
"Entering blocked state because device check encountered a generic error: \(error.localizedDescription)"
"Device check encountered a network error: \(error.localizedDescription)"
)
actor.setErrorState(reason: .unknown)
}

case let .success(keyRotationResult):
Expand Down

0 comments on commit beb6b0d

Please sign in to comment.