From: Stefan Schantl Date: Wed, 31 Mar 2021 10:16:01 +0000 (+0200) Subject: ids-functions.pl: Fix typo. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f369a7ce4302afabb0f0a3648604757313494a6;p=people%2Fstevee%2Fipfire-2.x.git ids-functions.pl: Fix typo. Signed-off-by: Stefan Schantl --- 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";