Skip to content
Snippets Groups Projects
Commit 1f68b323 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

parents a4bbe303 7ba3a378
No related branches found
No related tags found
No related merge requests found
......@@ -2523,6 +2523,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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment