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:
Wink Saville
2011-04-08 10:41:09 -07:00
committed by Android Git Automerger

View File

@@ -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");