Snap for 4638586 from 1fff4c000de08c612bf7e69d4958a3fa3cc2e3c0 to pi-release
Change-Id: I212013556116b20424c936b35518b8e86ececc94
This commit is contained in:
@@ -187,7 +187,7 @@ public class DnsManager {
|
||||
Slog.w(TAG, "updatePrivateDns(" + network + ", " + cfg + ")");
|
||||
return (cfg != null)
|
||||
? mPrivateDnsMap.put(network.netId, cfg)
|
||||
: mPrivateDnsMap.remove(network);
|
||||
: mPrivateDnsMap.remove(network.netId);
|
||||
}
|
||||
|
||||
public void setDnsConfigurationForNetwork(
|
||||
|
||||
Reference in New Issue
Block a user