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

Commit 9925a58e authored by frank PREEL's avatar frank PREEL Committed by Romain Hunault
Browse files

Add lp

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