From ed1098ff941e3235d3eeffbf7c38eb7b6b92dc1e Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 28 Mar 2021 12:49:56 +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 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); } -- 2.39.5