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

Commit 1905e166 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "DataConnection: set CID to the correct value." into honeycomb-LTE

parents 9c7f433c 37c75ae0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -466,6 +466,7 @@ public abstract class DataConnection extends HierarchicalStateMachine {

            // Check if system property dns usable
            boolean okToUseSystemPropertyDns = false;
            cid = response.cid;
            String propertyPrefix = "net." + response.ifname + ".";
            String dnsServers[] = new String[2];
            dnsServers[0] = SystemProperties.get(propertyPrefix + "dns1");