Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cff14e7 authored by Sreeram Ramachandran's avatar Sreeram Ramachandran Committed by Android Git Automerger
Browse files

am c52817e9: Fix issues with noticing that a VPN interface is gone.

* commit 'c52817e95f38d4b2f42a25e8e78540a08a30846c':
  Fix issues with noticing that a VPN interface is gone.
parents 1b6f1551 030a6b92
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -495,9 +495,6 @@ public class Vpn {
            throw e;
        }
        Log.i(TAG, "Established by " + config.user + " on " + mInterface);

        // TODO: ensure that contract class eventually marks as connected
        updateState(DetailedState.AUTHENTICATING, "establish");
        return tun;
    }