From 6ffaeb49315960a02e596ac712a573c875043855 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 26 Mar 2021 13:17:59 +0100 Subject: [PATCH] ids-functions.pl: Run in perl strict mode. Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 3e146b5894..a71305b988 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -21,6 +21,8 @@ # # ############################################################################ +use strict; + package IDS; require '/var/ipfire/general-functions.pl'; -- 2.39.5