Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Jan 30, 2025
1 parent 7188555 commit a0759e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/NetworkProtection/PacketTunnelProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,8 @@ open class PacketTunnelProvider: NEPacketTunnelProvider {
}

await entitlementMonitor.start(entitlementCheck: entitlementCheck) { [weak self] result in
/// Attempt tunnel shutdown & show messaging if the entitlement is verified to be invalid, Ignore otherwise
/// Attempt tunnel shutdown & show messaging iff the entitlement is verified to be invalid
/// Ignore otherwise
switch result {
case .invalidEntitlement:
await self?.handleAccessRevoked(attemptsShutdown: true)
Expand Down

0 comments on commit a0759e6

Please sign in to comment.