diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-12-15 17:41:08 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-12-15 17:41:08 +0000 |
commit | 787c3e718d0fe2ab1616d261cac8cda2d61b7d95 (patch) | |
tree | b4c84ab8ee117d5dd387a0573230450ece2231f4 | |
parent | 070f23c0a0808931f78da5063a6756b169979cd1 (diff) | |
download | pfsense-787c3e718d0fe2ab1616d261cac8cda2d61b7d95.zip pfsense-787c3e718d0fe2ab1616d261cac8cda2d61b7d95.tar.gz |
Back out "Rules have not changed. Not reloading" changes.
-rw-r--r-- | etc/inc/filter.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 2bebb85..8f696a8 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -189,13 +189,6 @@ function filter_configure_sync() { if(file_exists("{$g['tmp_path']}/rules.debug.old")) $oldrules = file_get_contents("{$g['tmp_path']}/rules.debug.old"); - /* Check to see if rules changed, if not do not continue */ - if($rules == $oldrules) { - update_filter_reload_status("Done"); - log_error("Rules have not changed. Not reloading."); - return; - } - if(isset($config['system']['developerspew'])) { $mt = microtime(); echo "pfctl being called at $mt\n"; |