Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8850a4bb authored by frank PREEL's avatar frank PREEL Committed by Alexandre Roux
Browse files

Add lp

parent 9ec71285
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5742,7 +5742,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
                    log("Setting DNS servers for network " + netId + " to " + dnses);
                }
                try {
                    mDnsManager.setDnsConfigurationForNetwork(netId, defaultNai, isDefaultNetwork);
                    mDnsManager.setDnsConfigurationForNetwork(netId, defaultNai.linkProperties, isDefaultNetwork);
                } catch (Exception e) {
                    loge("Exception in setDnsConfigurationForNetwork: " + e);
                }