Commit d908e000 authored by Franco Fichtner's avatar Franco Fichtner

firewall: remove empty assignment

parent bd6c048d
...@@ -464,7 +464,6 @@ function filter_configure_sync() ...@@ -464,7 +464,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