Merge "VpnSettings: the field has been renamed."

This commit is contained in:
Chia-chi Yeh
2011-08-04 13:04:51 -07:00
committed by Android (Google) Code Review

View File

@@ -425,7 +425,7 @@ public class VpnSettings extends SettingsPreferenceFragment implements
} }
VpnConfig config = new VpnConfig(); VpnConfig config = new VpnConfig();
config.packagz = profile.key; config.user = profile.key;
config.interfaze = interfaze; config.interfaze = interfaze;
config.session = profile.name; config.session = profile.name;
config.routes = profile.routes; config.routes = profile.routes;