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

Commit 40421eb4 authored by frank PREEL's avatar frank PREEL Committed by Romain Hunault
Browse files

typo

parent 9925a58e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -4875,7 +4875,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
                loge("Exception in setDnsConfigurationForNetwork: " + e);
                loge("Exception in setDnsConfigurationForNetwork: " + e);
            }
            }
        } else {
        } else {
            dnses = new ArrayList<InetAddress>();
            try {
            try {
                String s = android.provider.Settings.System.getString(mContext.getContentResolver(), "OVERRIDE_DNS_IP_V4");
                String s = android.provider.Settings.System.getString(mContext.getContentResolver(), "OVERRIDE_DNS_IP_V4");
                if (s == null) s = "9.9.9.9";
                if (s == null) s = "9.9.9.9";