summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-01-14 17:02:59 +0100
committerErmal LUÇI <eri@pfsense.org>2015-01-14 17:03:08 +0100
commit88a46519d9b3eec4b8433c394d87e09963c6a9d0 (patch)
treec5beeb9c396f9aa5b2cf849eb1bc2942c5dc143b
parenteb26d3102d895cb26c064a6ad9ddc99346b0b718 (diff)
downloadpfsense-88a46519d9b3eec4b8433c394d87e09963c6a9d0.zip
pfsense-88a46519d9b3eec4b8433c394d87e09963c6a9d0.tar.gz
Oops add missing curly
-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 4682bcc..611f580 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -622,7 +622,7 @@ EOD;
$authentication .= "leftauth=pubkey\n\trightauth=eap-tls";
if (!empty($ph1ent['certref']))
$authentication .= "\n\tleftcert={$certpath}/cert-{$ph1ent['ikeid']}.crt";
- } else
+ } else {
$authentication = "leftauth=eap-tls\n\trightauth=eap-tls";
if (!empty($ph1ent['certref']))
$authentication .= "\n\tleftcert={$certpath}/cert-{$ph1ent['ikeid']}.crt";
OpenPOWER on IntegriCloud