summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-02 12:53:32 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-02 12:53:32 +0545
commit128b93e04dc4a01de6972f34a8e43f6428b2b5ea (patch)
treeae85bed7f6994c25d1540803c820528bd8db45ad /src/usr/local/www/vpn_openvpn_client.php
parentf888c35aa25b38cdf5b1a73fc65ed6959451bfe0 (diff)
downloadpfsense-128b93e04dc4a01de6972f34a8e43f6428b2b5ea.zip
pfsense-128b93e04dc4a01de6972f34a8e43f6428b2b5ea.tar.gz
OpenVPN Client 2.4 save correct protocol
This needs to be fixed the same as vpn_openvpn_server.php
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 399d099..5cfd6f9 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -447,7 +447,7 @@ if ($act=="new" || $act=="edit"):
'protocol',
'Protocol',
$pconfig['protocol'],
- array_combine($openvpn_prots, $openvpn_prots)
+ $openvpn_prots
));
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud