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

Commit b9381109 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

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

* commit '1905e166':
  DataConnection: set CID to the correct value.
parents 2ce73e77 1905e166
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");