summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-02 02:33:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-02 02:33:28 +0000
commit2517dd65c31a523fa2471cf4b6faa6178a1c3aa4 (patch)
tree40a536d6a6edbad54f9e32bde785beb899da9a7b /usr
parent3d529d0e502f2cdebd17cfb335ccf4f84d10f5f7 (diff)
downloadpfsense-2517dd65c31a523fa2471cf4b6faa6178a1c3aa4.zip
pfsense-2517dd65c31a523fa2471cf4b6faa6178a1c3aa4.tar.gz
Do not add blank records
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index df3a05e..fae4d08 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -2124,7 +2124,8 @@
$rule['protocol'] = $otherclient[1];
}
- $config['shaper']['rule'][] = $rule;
+ if($rule['inqueue'] != "")
+ $config['shaper']['rule'][] = $rule;
}
}
OpenPOWER on IntegriCloud