diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-12-24 17:17:25 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-12-24 17:17:25 -0500 |
commit | 0fa7902eb13dc696c47bff898226f84dde9d8530 (patch) | |
tree | f31c4182bec7ff91ece6a35ff08a4a888c87f202 | |
parent | e56e532528386113852bd26efdd80c5a203203d2 (diff) | |
download | pfsense-0fa7902eb13dc696c47bff898226f84dde9d8530.zip pfsense-0fa7902eb13dc696c47bff898226f84dde9d8530.tar.gz |
Fix identing
-rw-r--r-- | etc/inc/filter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index ca7cff5..8f5cdfd 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2419,7 +2419,7 @@ function discover_pkg_rules($ruletype) { if(function_exists($pkg_generate_rules)) { update_filter_reload_status("Processing early {$ruletype} rules for package {$pkg_inc}"); $rules .= $pkg_generate_rules("$ruletype"); - file_put_contents("{$g['tmp_path']}/rules.packages", $rules); + file_put_contents("{$g['tmp_path']}/rules.packages", $rules); $status = mwexec("/sbin/pfctl -nf {$g['tmp_path']}/rules.packages"); if ($status <> 0) { $errorrules = "There was an error while parsing the package filter rules for {$pkg_inc}.\n"; |