From patchwork Mon Jun 21 12:44:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 4451 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G7q4S345xz3wbS for ; Mon, 21 Jun 2021 12:45:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G7q4N6hnnz1JF; Mon, 21 Jun 2021 12:45:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G7q4N2KhZz2y4j; Mon, 21 Jun 2021 12:45:08 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G7q4M1gmjz2xKp for ; Mon, 21 Jun 2021 12:45:07 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4G7q4L60kXz161; Mon, 21 Jun 2021 12:45:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1624279507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CTVoIT29UUPOCpp6y/+UNaXBtngN0Kj4rPpMAUzrJvQ=; b=RgSQSULB1fePkzGJTDszq8Ux5uoVAFHOp7yRkKDarxlAxQmQS6DgjFBffTXtEd6WqzcuRi 0xfoRlDmZeCmSKAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1624279507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CTVoIT29UUPOCpp6y/+UNaXBtngN0Kj4rPpMAUzrJvQ=; b=sEEn6SLQQCYi/Ea++z48yNZbdbhIdkZ8Wk42NAJ/L5Y0efdZUL6grqzb9oOQC0/Sd2Xwqz 3H8+DIxO7t/beRj4hz8NjWt/aaQhl/52+oxyvjxT84WqXCn/YUIEhh6q8+smmKV0HGIemd tmdHdHnc0VGFM9XbR2cx+TxhlMcBoqjpk8E+b4IsHrCLFQTI9TGKKJtzuq6nWaC1vRznls vmZPVUYUdbHqNWQ6wQSQid2Andl84pm2lRfEXYE8IpMQXI1bAfSlNMkUnl1JNJXdn1wkvC hvaqxnJEupAEqJ2utDVJoz6em7id/tTQoOhY63SfLWvhzJdzG2ZE3ggG3r7qEQ== 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> References: <20210621124459.3620-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 = ; close(FILE); - print "@file"; + print "@p12"; exit (0);