summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-02-11 09:44:28 +0000
committerErmal <eri@pfsense.org>2013-02-11 09:44:28 +0000
commit25f27029abb7eae043a2af22bd35ce4ae0ab51f6 (patch)
tree851b3eb4d446e5923faa71f7a20167543a2759e4 /etc/inc
parentec8b4d8d14d58272bb1f426c0e983ae947791f00 (diff)
downloadpfsense-25f27029abb7eae043a2af22bd35ce4ae0ab51f6.zip
pfsense-25f27029abb7eae043a2af22bd35ce4ae0ab51f6.tar.gz
Enter missed text needed
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index a71fecb..12ef74f 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -718,7 +718,7 @@ function filter_get_vpns_list() {
if (!function_exists('ipsec_idinfo_to_cidr'))
require_once("ipsec.inc");
if (!is_array($ph2ent['remoteid']))
- ;
+ continue;
$ph2ent['remoteid']['mode'] = $ph2ent['mode'];
$vpns_subnet = ipsec_idinfo_to_cidr($ph2ent['remoteid']);
if ($vpns_subnet == "0.0.0.0/0")
OpenPOWER on IntegriCloud