summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-07 16:11:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-07 16:11:37 +0000
commit3ef47565a26f4c0634d9de105c90a9e2c0164fa6 (patch)
tree77943f0d9837abc6bb1704d570f51327015cdd01 /etc
parent77f556dce8df4dfd31a5dad1b44e1578c4b7747d (diff)
downloadpfsense-3ef47565a26f4c0634d9de105c90a9e2c0164fa6.zip
pfsense-3ef47565a26f4c0634d9de105c90a9e2c0164fa6.tar.gz
Do not append error during anchor load
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 8cfb2ce..17159a4 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -134,7 +134,7 @@ function filter_configure_sync() {
$rules_loading = mwexec("/sbin/pfctl -f {$g['tmp_path']}/rules.debug");
if (isset($config['shaper']['enable']) && is_array($config['shaper']['queue'])) {
foreach ($config['shaper']['queue'] as $queue) {
- $rules_loading .= mwexec("/sbin/pfctl -a {$queue['name']} -f {$g['tmp_path']}/{$queue['name']}.rules");
+ mwexec("/sbin/pfctl -a {$queue['name']} -f {$g['tmp_path']}/{$queue['name']}.rules");
}
}
OpenPOWER on IntegriCloud