summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-08-08 13:06:55 +0200
committerArne Schwabe <arne@rfc2549.org>2012-08-08 13:06:55 +0200
commit74f6a4ad27c29b6ea5e427ec0e3730c62fb36427 (patch)
tree4a117eb6319a5d9b548fc9412a7545c0cbf12d9c /src
parent668db7df968c8e2828c888261b65f14490d78396 (diff)
management-signal is not required.
Diffstat (limited to 'src')
-rw-r--r--src/de/blinkt/openvpn/VpnProfile.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java
index c03dff74..a6dfe053 100644
--- a/src/de/blinkt/openvpn/VpnProfile.java
+++ b/src/de/blinkt/openvpn/VpnProfile.java
@@ -159,7 +159,8 @@ public class VpnProfile implements Serializable{
cfg +=cacheDir.getAbsolutePath() + "/" + "mgmtsocket";
cfg += " unix\n";
cfg += "management-client\n";
- cfg += "management-signal\n";
+ // Not needed, see updated man page in 2.3
+ //cfg += "management-signal\n";
cfg += "management-query-passwords\n";
cfg += "management-hold\n\n";