From: Stefan Schantl Date: Sun, 28 Mar 2021 10:49:56 +0000 (+0200) Subject: ids-functions.pl: Fix typo. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26474c7b9499df6aa180c4d760832a4ae6bd05e0;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 f9bf07af39..359d7d4bd1 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -483,7 +483,7 @@ sub extractruleset ($) { # Check if the last element of the filename does not # contain the providers name. - if (@filename[-1] ne "$provider") { + if ($filename[-1] ne "$provider") { # Add provider name as last element. push(@filename, $provider); }