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

Commit 37c75ae0 authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

DataConnection: set CID to the correct value.

import of partner change 5930

Change-Id: Iaa2d282f6f9292a57dfceedad676c9e3ad64f903
parent 4410660e
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");