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

This commit is contained in:
Wink Saville
2011-04-08 10:38:25 -07:00
committed by Android (Google) Code Review

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