VpnSettings: the field has been renamed.
Change-Id: I1e234e96d0fa4af6f03a5b902073460acffd8e28
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user