Commit 1cd38fdc authored by Franco Fichtner's avatar Franco Fichtner

firewall: remove empty assignment

(cherry picked from commit d908e000)
parent 85a06651
...@@ -454,7 +454,6 @@ function filter_configure_sync() ...@@ -454,7 +454,6 @@ function filter_configure_sync()
$limitrules .= "set timeout src.track {$config['system']['srctrack']}\n"; $limitrules .= "set timeout src.track {$config['system']['srctrack']}\n";
} }
$rules = "";
$rules = "{$limitrules}\n"; $rules = "{$limitrules}\n";
$rules .= "{$aliases} \n"; $rules .= "{$aliases} \n";
$rules .= "{$gateways} \n"; $rules .= "{$gateways} \n";
......
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