Commit 2c5d626c authored by Franco Fichtner's avatar Franco Fichtner

filter: fix typo uncovered while testing

This brings us down from 2.2 seconds to 0.2 seconds reload time
*without* the obscure caching in place.  This will likely solve
the filter reload issues that some people had.  :)
parent ea880fb5
......@@ -1359,7 +1359,7 @@ function filter_generate_reflection_proxy(&$FilterIflist, $rule, $nordr, $rdr_if
return $natrules;
}
function filter_nat_rules_automatic_tonathosts(&$filterIflist, $with_descr = false)
function filter_nat_rules_automatic_tonathosts(&$FilterIflist, $with_descr = false)
{
global $config, $GatewaysList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment