From 2bed4294334cd7bf2d6a77dd3e5eb18512079ade Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 31 Mar 2021 12:16:01 +0200 Subject: [PATCH] ids-functions.pl: Fix typo. Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 519488d6a9..1b074050b8 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -1484,7 +1484,7 @@ sub get_used_rulesfiles() { my @used_rulesfiles = (); # Check if the used rulesfile is empty. - unless (-z $used_rulesfiles_file) { + unless (-z $used_rulefiles_file) { # Open the file or used rulefiles and read-in content. open(FILE, $used_rulefiles_file) or die "Could not open $used_rulefiles_file. $!\n"; -- 2.39.5