From 37656b10150bb59d569560f056fce42e47389870 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: [PATCH] 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 f37cde2782..61e338d840 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -632,7 +632,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";