diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-12-08 13:11:14 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-12-08 13:11:14 +0100 |
commit | 5933114a684b3471774b6463ee3b2355cf16889b (patch) | |
tree | 16ae740e0142bdc5ed3a7d70f2e9836aad9cb52c /main/src | |
parent | 451a47487185e1e17626386e38381e5e8dba9fb8 (diff) |
fix last commit
--HG--
extra : rebase_source : 49edd5b0a5481b43ac6c595ef64dc4a03aa2ce83
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/main/java/de/blinkt/openvpn/VpnProfile.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/java/de/blinkt/openvpn/VpnProfile.java b/main/src/main/java/de/blinkt/openvpn/VpnProfile.java index ed235373..088acbbe 100644 --- a/main/src/main/java/de/blinkt/openvpn/VpnProfile.java +++ b/main/src/main/java/de/blinkt/openvpn/VpnProfile.java @@ -510,7 +510,7 @@ public class VpnProfile implements Serializable, Cloneable { } if (!canUsePlainRemotes) { - cfg += "# Connection Options are at the end to allow global options (and global custom options) to influence connection blocks\n" + cfg += "# Connection Options are at the end to allow global options (and global custom options) to influence connection blocks\n"; for (Connection conn : mConnections) { if (conn.mEnabled) { cfg += "<connection>\n"; |