From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/3] vpnmain.cgi: Fix typo. Date: Mon, 21 Jun 2021 14:44:58 +0200 Message-ID: <20210621124459.3620-2-stefan.schantl@ipfire.org> In-Reply-To: <20210621124459.3620-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5586290001052792431==" List-Id: --===============5586290001052792431== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- html/cgi-bin/vpnmain.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 79a2943d4..8f13cf51f 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -1260,7 +1260,7 @@ END open(FILE, "${General::swroot}/certs/$confighash{$cgiparams{'KEY'}}[1].p12"= ); my @p12 =3D ; close(FILE); - print "@file"; + print "@p12"; =20 exit (0); =20 --=20 2.20.1 --===============5586290001052792431==--