summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-12 21:44:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-12 21:44:58 +0000
commit7ce92c10878a5c4b7f2e4febb81b0f6bd345f0aa (patch)
tree45119986e64d99a5de885643a018e674085832b1 /etc/inc
parente4d75494e29c4cd94aaf6eb84d555e46038b5298 (diff)
downloadpfsense-7ce92c10878a5c4b7f2e4febb81b0f6bd345f0aa.zip
pfsense-7ce92c10878a5c4b7f2e4febb81b0f6bd345f0aa.tar.gz
Do not unlink filter_drity, allow check_reload_status to handle this.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index be8f1e4..fdad4ea 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -78,7 +78,6 @@ function filter_configure_sync() {
$mt = microtime();
echo "filter_configure_sync() being called $mt\n";
}
- unlink_if_exists("{$g['tmp_path']}/filter_dirty");
$lan_if = $config['interfaces']['lan']['if'];
$wan_if = get_real_wan_interface();
OpenPOWER on IntegriCloud