From 88a46519d9b3eec4b8433c394d87e09963c6a9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20LU=C3=87I?= Date: Wed, 14 Jan 2015 17:02:59 +0100 Subject: Oops add missing curly --- etc/inc/vpn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.1