summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-11-23 14:08:51 +0100
committerArne Schwabe <arne@rfc2549.org>2013-11-23 14:08:51 +0100
commitd6e51630dcae4b9982a84fcd68b92b5c709d4c52 (patch)
tree7214d5d347e8dd2cea6ab69bf6c45e775e7c3b94 /src
parentc1571bb90a4449cf3d359392b6093079ab705721 (diff)
Update OpenVPN source code (closes issue #209)
--HG-- extra : rebase_source : 26d053a6a25472491471f00c12f93965f20e6068
Diffstat (limited to 'src')
-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 79c94779..f4771bc1 100644
--- a/src/de/blinkt/openvpn/VpnProfile.java
+++ b/src/de/blinkt/openvpn/VpnProfile.java
@@ -184,7 +184,7 @@ public class VpnProfile implements Serializable {
cfg += "management-hold\n\n";
cfg += getVersionEnvString(context);
- cfg += "parsable-output\n";
+ cfg += "machine-readable-output\n";
boolean useTLSClient = (mAuthenticationType != TYPE_STATICKEYS);