From patchwork Fri Oct 9 19:15:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3518 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4C7Hpj0GwFz3x0p for ; Fri, 9 Oct 2020 19:15:41 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4C7Hpg3TqjzfB; Fri, 9 Oct 2020 19:15:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C7Hpg27bzz2yRm; Fri, 9 Oct 2020 19:15:39 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4C7Hpf13Xqz2xyg for ; Fri, 9 Oct 2020 19:15:38 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4C7Hpc0RnvzfB for ; Fri, 9 Oct 2020 19:15:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1602270937; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qPaFwFuuuhOxphRkLnn42he7O59vWCDPl/tzWr4JqiY=; b=R7jy/aFD9P5H4mmU79nMs044GMePsWrEnGxvdLHbzFOeMkRcst3/QjDLol6BFwKBjbIQMx GmaoZ34zlbAa17BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1602270937; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qPaFwFuuuhOxphRkLnn42he7O59vWCDPl/tzWr4JqiY=; b=BZpJcr78xeadfkAs2hdRDAOBoOTP1AeE6VH8gCbIJT5d09ctuuZgzppxtGQrYDIbFYh+90 XVbnlI9IDtJUwFrkMu2zOv3QI6fUeTxr4Zm1g9gQLo5/qZm5aTcSqdHRKAXJFGIucSj7Fk myFSEqIF/vq0bnyzLTy0V/MRrPNswsfzh446zAxdHIlNOQBVVRLdPDlbEsSH99Fy1aI7vs wERh31XOMMkeVYS9eXSQv3wYvFo+3EXWsBwRtQC2zfggwnA/vHD5VE3qXND4J6NXNEuc8e k1calxDZngjGQuv8qnoH745EmI79zxAC+etUyUOtqrOQyqVRGEtyX/G4SfrCxw== To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] tor.cgi: fix calling Perl location module functions Message-ID: <5b187b8e-50d4-870f-4e1a-7309493b9261@ipfire.org> Date: Fri, 9 Oct 2020 19:15:28 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org 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" Fixes: #12492 Cc: Stefan Schantl Signed-off-by: Peter Müller --- html/cgi-bin/tor.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index 28dec6cf0..c1a9e509c 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -322,14 +322,14 @@ END