summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-02-10 13:46:42 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-02-10 13:46:42 -0500
commit89691112e17e90ad3150fb197f6d43624314af58 (patch)
tree074a00a1a13e6e9170f6dc7434ae8fb0d2d8fb47
parent0f68e35268f4acd4d534eb98028b191a8bae60ac (diff)
parenteb9ae6bb012a889da0e2de6e41921046558921b5 (diff)
downloadpfsense-89691112e17e90ad3150fb197f6d43624314af58.zip
pfsense-89691112e17e90ad3150fb197f6d43624314af58.tar.gz
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index d57c40c..53654e5 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -1486,7 +1486,7 @@ function vpn_ipsec_refresh_policies() {
/* Walk the Ipsec tunnel array */
if (!is_array($a_phase1) || (!count($a_phase1))) {
- continue;
+ return;
}
foreach ($a_phase1 as $phase1) {
OpenPOWER on IntegriCloud