mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
ids-functions.pl: Fix typo.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user