summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-11-19 22:18:03 +0545
committerPhil Davis <phil.davis@inf.org>2014-11-19 22:18:03 +0545
commitbdf5efc5f7d2b46bd8240824993aae0ed85347ea (patch)
tree442934beaa7cf78e609bffd29a692e47d5c80d03 /etc/inc/vpn.inc
parentb3c6783f82bd4f4b08a4f451e9045e4c5df188cc (diff)
downloadpfsense-bdf5efc5f7d2b46bd8240824993aae0ed85347ea.zip
pfsense-bdf5efc5f7d2b46bd8240824993aae0ed85347ea.tar.gz
Matching bracket in vpn.inc
Reported forum https://forum.pfsense.org/index.php?topic=84322.0
Diffstat (limited to 'etc/inc/vpn.inc')
-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 1afd979..553d453 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -534,7 +534,7 @@ EOD;
$ikeid = $ph1ent['ikeid'];
$keyexchange = "ikev1";
$passive = "route";
- if (!empty($ph1ent['iketype']) {
+ if (!empty($ph1ent['iketype'])) {
if ($ph1ent['iketype'] == "ikev2") {
$keyexchange = "ikev2";
//$passive = "start";
OpenPOWER on IntegriCloud