am 9991017b: Only leave one default network up at a time.
* commit '9991017bbd026080695fc33198609be7bfd4f9be': Only leave one default network up at a time.
This commit is contained in:
@@ -1297,6 +1297,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
|||||||
" teardown");
|
" teardown");
|
||||||
if (!teardown(otherNet)) {
|
if (!teardown(otherNet)) {
|
||||||
Slog.e(TAG, "Network declined teardown request");
|
Slog.e(TAG, "Network declined teardown request");
|
||||||
|
teardown(thisNet);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (isFailover) {
|
if (isFailover) {
|
||||||
|
|||||||
Reference in New Issue
Block a user