am 1905e166: Merge "DataConnection: set CID to the correct value." into honeycomb-LTE
* commit '1905e166ed40ee11e80476848ef40e817512f740': DataConnection: set CID to the correct value.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user