am 27725e8c: Only leave one default network up at a time.

* commit '27725e8cd1e2eb3b88186ae8d43e437f130b1f84':
  Only leave one default network up at a time.
This commit is contained in:
Robert Greenwalt
2011-04-04 12:18:58 -07:00
committed by Android Git Automerger

View File

@ -1297,6 +1297,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
" teardown");
if (!teardown(otherNet)) {
Slog.e(TAG, "Network declined teardown request");
teardown(thisNet);
return;
}
if (isFailover) {