summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/VpnProfile.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@blinkt.de>2012-05-31 22:20:51 +0200
committerArne Schwabe <arne@blinkt.de>2012-05-31 22:20:51 +0200
commitfae0343025699f20462f431cb9468d2c58e7c511 (patch)
tree965cbc1c9c50491cde7d4fb993efb8aa76f4fc38 /src/de/blinkt/openvpn/VpnProfile.java
parent2bae1d0cf273305e4b4a46fb1dcfbfa8876a0a9b (diff)
- fix a few more strings
- add editing xxx title to cfonig settings
Diffstat (limited to 'src/de/blinkt/openvpn/VpnProfile.java')
-rw-r--r--src/de/blinkt/openvpn/VpnProfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java
index b862bb8c..d9c39cab 100644
--- a/src/de/blinkt/openvpn/VpnProfile.java
+++ b/src/de/blinkt/openvpn/VpnProfile.java
@@ -102,6 +102,7 @@ public class VpnProfile implements Serializable{
mUsePull=false;
mUseLzo=false;
mUseDefaultRoute=false;
+ mUseDefaultRoutev6=false;
mExpectTLSCert=false;
}
@@ -130,7 +131,6 @@ public class VpnProfile implements Serializable{
}
public String getName() {
- // TODO Auto-generated method stub
return mName;
}