mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 13:45:46 +00:00
Bug 888828 - Default route of 3G data call disappeared (after receiving disconnected event from wlan0). r=vchang
This commit is contained in:
parent
4ef150e60c
commit
406653dccd
@ -245,7 +245,7 @@ NetworkManager.prototype = {
|
||||
}
|
||||
// Remove routing table in /proc/net/route
|
||||
if (network.type == Ci.nsINetworkInterface.NETWORK_TYPE_WIFI) {
|
||||
this.resetRoutingTable(this._activeInfo);
|
||||
this.resetRoutingTable(network);
|
||||
}
|
||||
// Abort ongoing captive portal detection on the wifi interface
|
||||
CaptivePortalDetectionHelper.notify(CaptivePortalDetectionHelper.EVENT_DISCONNECT, network);
|
||||
|
Loading…
x
Reference in New Issue
Block a user