summaryrefslogtreecommitdiff
path: root/vpn/plugins/openvpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpn/plugins/openvpn.c')
-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);