summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-04-07 11:49:40 -0400
committerjim-p <jimp@pfsense.org>2011-04-07 11:49:40 -0400
commitc76fc19f32a34b91ece34740593f86978f4a8911 (patch)
tree489e25ab8f2ee54eab58282df2bac5ccdac67e18 /usr
parent72d8453d3b5933e42e5fb77ac1ff326ad7b7c1b7 (diff)
downloadpfsense-c76fc19f32a34b91ece34740593f86978f4a8911.zip
pfsense-c76fc19f32a34b91ece34740593f86978f4a8911.tar.gz
Don't test for a user cert here either, see previous commit.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/vpn_openvpn_client.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index d28315d..4b9fc74 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -654,8 +654,6 @@ if ($savemsg)
$caname = "";
$inuse = "";
$revoked = "";
- if (is_user_cert($cert['refid']))
- continue;
$ca = lookup_ca($cert['caref']);
if ($ca)
$caname = " (CA: {$ca['descr']})";
OpenPOWER on IntegriCloud