summaryrefslogtreecommitdiff
path: root/vpn/plugins
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-11-22 14:05:17 +0200
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2012-11-23 13:25:37 +0100
commit95405f92bf43faf2a2eefca4fd103b1746f096b8 (patch)
treee371d3c766ca01bee63eef7e2efefd55bb94d905 /vpn/plugins
parent6afb98da754d4ecc5977b80efbb37190db15064e (diff)
downloadconnman-95405f92bf43faf2a2eefca4fd103b1746f096b8.tar.gz
connman-95405f92bf43faf2a2eefca4fd103b1746f096b8.tar.bz2
connman-95405f92bf43faf2a2eefca4fd103b1746f096b8.zip
openvpn: Remove obsolete --tls-client option
The --client option activates the --tls-client option so we can remove the useless one.
Diffstat (limited to 'vpn/plugins')
-rw-r--r--vpn/plugins/openvpn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vpn/plugins/openvpn.c b/vpn/plugins/openvpn.c
index dd654156..dcb5f7df 100644
--- a/vpn/plugins/openvpn.c
+++ b/vpn/plugins/openvpn.c
@@ -273,7 +273,6 @@ static int ov_connect(struct vpn_provider *provider,
connman_task_add_argument(task, "--dev", if_name);
connman_task_add_argument(task, "--dev-type", "tun");
- connman_task_add_argument(task, "--tls-client", NULL);
connman_task_add_argument(task, "--nobind", NULL);
connman_task_add_argument(task, "--persist-key", NULL);
connman_task_add_argument(task, "--persist-tun", NULL);