summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/VpnProfile.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-09-30 23:23:35 +0200
committerArne Schwabe <arne@rfc2549.org>2012-09-30 23:23:35 +0200
commit32f94827dd09cad50054be72f044d180b832c8aa (patch)
treed125f664597dadfbb7728e5b9387d5e42dd8171f /src/de/blinkt/openvpn/VpnProfile.java
parent7f58ab6082907b5a1eaa1ae89934342a0ad2b42a (diff)
Fix deleting a VPN profile from a preference fragment on mobile phones. (closes issue #94)
--HG-- extra : rebase_source : 6016a2c7cfddd15676305efd4e8fab0acee4b4cf
Diffstat (limited to 'src/de/blinkt/openvpn/VpnProfile.java')
-rw-r--r--src/de/blinkt/openvpn/VpnProfile.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java
index 4ac138da..392202b4 100644
--- a/src/de/blinkt/openvpn/VpnProfile.java
+++ b/src/de/blinkt/openvpn/VpnProfile.java
@@ -52,6 +52,8 @@ public class VpnProfile implements Serializable{
protected transient String mTransientPW=null;
protected transient String mTransientPCKS12PW=null;
private transient PrivateKey mPrivateKey;
+ protected boolean profileDleted=false;
+
public static String DEFAULT_DNS1="131.234.137.23";
public static String DEFAULT_DNS2="131.234.137.24";