ids-functions.pl: Fix typo.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-03-28 12:49:56 +02:00
parent 23b560529a
commit 8335286b38

View File

@@ -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);
}