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";