From 95405f92bf43faf2a2eefca4fd103b1746f096b8 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Thu, 22 Nov 2012 14:05:17 +0200 Subject: openvpn: Remove obsolete --tls-client option The --client option activates the --tls-client option so we can remove the useless one. --- vpn/plugins/openvpn.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vpn/plugins/openvpn.c') 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); -- cgit v1.2.3