summaryrefslogtreecommitdiff
path: root/src/se/leap/openvpn/VpnProfile.java
diff options
context:
space:
mode:
authorcyBerta <richy@cyborgsociety.org>2013-11-30 01:47:29 +0100
committercyBerta <richy@cyborgsociety.org>2013-11-30 01:47:29 +0100
commit7b95df801bb5db47cce68814b7fc5a472d92c196 (patch)
tree2a5add2db43bb4ca1a9e4977dc878aaa17a3e57a /src/se/leap/openvpn/VpnProfile.java
parent8462f8a65eacbc47d8e63db058584bed0898e279 (diff)
parentf9f69298e7d0b5e4258ea27095f50f9da7c6ff9b (diff)
Merge branch 'feature/clearer-wording' of https://github.com/parmegv/bitmask_android into feature/clearer_wording
Diffstat (limited to 'src/se/leap/openvpn/VpnProfile.java')
-rw-r--r--src/se/leap/openvpn/VpnProfile.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/se/leap/openvpn/VpnProfile.java b/src/se/leap/openvpn/VpnProfile.java
index 41cf574b..99e1c676 100644
--- a/src/se/leap/openvpn/VpnProfile.java
+++ b/src/se/leap/openvpn/VpnProfile.java
@@ -68,6 +68,7 @@ public class VpnProfile implements Serializable{
private UUID mUuid;
public int mAuthenticationType = TYPE_CERTIFICATES ;
public String mName;
+ public String mLocation;
public String mAlias;
public String mClientCertFilename;
public String mTLSAuthDirection="";