diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-23 14:08:51 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-23 14:08:51 +0100 |
commit | d6e51630dcae4b9982a84fcd68b92b5c709d4c52 (patch) | |
tree | 7214d5d347e8dd2cea6ab69bf6c45e775e7c3b94 /src/de | |
parent | c1571bb90a4449cf3d359392b6093079ab705721 (diff) |
Update OpenVPN source code (closes issue #209)
--HG--
extra : rebase_source : 26d053a6a25472491471f00c12f93965f20e6068
Diffstat (limited to 'src/de')
-rw-r--r-- | src/de/blinkt/openvpn/VpnProfile.java | 2 |
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); |