mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Initialize variable to false.
This commit is contained in:
parent
46ee323233
commit
9fb1eaf5e9
@ -1959,6 +1959,7 @@ function generate_user_filter_rule($rule, $ngcounter) {
|
||||
do not use state mechanisms to keep track. this is only useful if your doing advanced
|
||||
queueing in certain situations. please check the faq.
|
||||
*/
|
||||
$noadvoptions = false;
|
||||
if(isset($rule['statetype']) && $rule['statetype'] <> "") {
|
||||
switch($rule['statetype']) {
|
||||
case "none":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user