summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-29 22:23:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-29 22:23:34 +0000
commit9fb1eaf5e9707915872ebff77fc90ebcaf95c698 (patch)
treee004957164c09f2bd7041aa0379804b4a54ec7c3 /etc/inc/filter.inc
parent46ee323233df07bd6193d9c9463a761b75ea35a9 (diff)
downloadpfsense-9fb1eaf5e9707915872ebff77fc90ebcaf95c698.zip
pfsense-9fb1eaf5e9707915872ebff77fc90ebcaf95c698.tar.gz
Initialize variable to false.
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 9868060..b989b69 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -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":
OpenPOWER on IntegriCloud