summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-11-23 18:49:12 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-11-23 18:49:12 -0200
commite0dd1fddd573e91171a737a6d0fcbc5d0f59cad0 (patch)
tree6ad486de9bfcc40b37fbe8c982312d86858931b6
parent1ea3b03b5c40f902c35d82a13e6908cbfb4b417c (diff)
parentcfbe7e091f32cdcd0f07f9baa84325d3a23eb856 (diff)
downloadpfsense-e0dd1fddd573e91171a737a6d0fcbc5d0f59cad0.zip
pfsense-e0dd1fddd573e91171a737a6d0fcbc5d0f59cad0.tar.gz
Merge pull request #1346 from SunStroke74/patch-2
-rw-r--r--usr/local/www/diag_ipsec_xml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_ipsec_xml.php b/usr/local/www/diag_ipsec_xml.php
index 28c4fd5..0e899d8 100644
--- a/usr/local/www/diag_ipsec_xml.php
+++ b/usr/local/www/diag_ipsec_xml.php
@@ -53,7 +53,7 @@ $a_phase2 = &$config['ipsec']['phase2'];
$status = ipsec_smp_dump_status();
-if (is_array($status['query']) && $status['query']['ikesalist'] && $status['query']['ikesalist']['ikesa'])) {
+if (is_array($status['query']) && $status['query']['ikesalist'] && $status['query']['ikesalist']['ikesa']) {
foreach ($a_phase2 as $ph2ent) {
ipsec_lookup_phase1($ph2ent,$ph1ent);
$tunnel = array();
OpenPOWER on IntegriCloud