summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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