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

Commit 59378118 authored by Lucas Lin's avatar Lucas Lin Committed by Automerger Merge Worker
Browse files

Merge "Clear mInterface before calling resetIkeState()" into rvc-dev am: 7ba3a378 am: 1f68b323

parents f6e715f9 1f68b323
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2627,6 +2627,9 @@ public class Vpn {
                        return; // VPN has been shut down.
                    }

                    // Clear mInterface to prevent Ikev2VpnRunner being cleared when
                    // interfaceRemoved() is called.
                    mInterface = null;
                    // Without MOBIKE, we have no way to seamlessly migrate. Close on old
                    // (non-default) network, and start the new one.
                    resetIkeState();