summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-09-20 09:27:27 -0400
committerjim-p <jimp@pfsense.org>2016-09-20 09:29:12 -0400
commit8d07a11759faa860aba69ab1e20d06d6cad0be7e (patch)
treedb50945e3a256e642175216f5aa4881f01bd31c2
parentc5e8489166d288cbfd66fad20c67571abca094e5 (diff)
downloadFreeBSD-ports-8d07a11759faa860aba69ab1e20d06d6cad0be7e.zip
FreeBSD-ports-8d07a11759faa860aba69ab1e20d06d6cad0be7e.tar.gz
Fix typo in variable reference. Fixes #6797
-rw-r--r--security/pfSense-pkg-openvpn-client-export/Makefile2
-rw-r--r--security/pfSense-pkg-openvpn-client-export/files/usr/local/www/vpn_openvpn_export_shared.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/pfSense-pkg-openvpn-client-export/Makefile b/security/pfSense-pkg-openvpn-client-export/Makefile
index 86882d1..c489f71 100644
--- a/security/pfSense-pkg-openvpn-client-export/Makefile
+++ b/security/pfSense-pkg-openvpn-client-export/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pfSense-pkg-openvpn-client-export
-PORTVERSION= 1.3.10
+PORTVERSION= 1.3.11
CATEGORIES= security
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/security/pfSense-pkg-openvpn-client-export/files/usr/local/www/vpn_openvpn_export_shared.php b/security/pfSense-pkg-openvpn-client-export/files/usr/local/www/vpn_openvpn_export_shared.php
index abcc5f2..832e7d1 100644
--- a/security/pfSense-pkg-openvpn-client-export/files/usr/local/www/vpn_openvpn_export_shared.php
+++ b/security/pfSense-pkg-openvpn-client-export/files/usr/local/www/vpn_openvpn_export_shared.php
@@ -188,7 +188,7 @@ $section = new Form_Section('OpenVPN Server');
$serverlist = array();
foreach ($ras_server as $server) {
- $serverlist[$server['sindex']] = $server['name'];
+ $serverlist[$server['index']] = $server['name'];
}
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud