Skip to content

Commit

Permalink
Revert "Call stopvpn upon tun iface creation" (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorvs authored Feb 16, 2023
1 parent 9eb5992 commit 5cca838
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ class TrackerBlockingVpnService : VpnService(), CoroutineScope by MainScope() {
if (tunInterface == null) {
logcat(LogPriority.ERROR) { "Failed to establish the TUN interface" }
deviceShieldPixels.vpnEstablishTunInterfaceError()
stopVpn(VpnStopReason.ERROR, false)
return@withContext
}

Expand Down

0 comments on commit 5cca838

Please sign in to comment.