Merge "VPN: delete the "abort" file before starting VPN daemons." into ics-mr1
This commit is contained in:
@ -482,6 +482,7 @@ public class Vpn extends INetworkManagementEventObserver.Stub {
|
||||
if (state.exists()) {
|
||||
throw new IllegalStateException("Cannot delete the state");
|
||||
}
|
||||
new File("/data/misc/vpn/abort").delete();
|
||||
|
||||
// Check if we need to restart any of the daemons.
|
||||
boolean restart = false;
|
||||
|
Reference in New Issue
Block a user