summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-08-03 07:11:28 +0000
committerColin Smith <colin@pfsense.org>2005-08-03 07:11:28 +0000
commit909d8f12bfb6bcf7497eacc684ebdd16ee4d4109 (patch)
treeb05edf508e28288b02e72473588e68643367e41f /etc
parenta31cce4781f8a551cc593a8df77e635d1f59f560 (diff)
downloadpfsense-909d8f12bfb6bcf7497eacc684ebdd16ee4d4109.zip
pfsense-909d8f12bfb6bcf7497eacc684ebdd16ee4d4109.tar.gz
Cleanup and merge.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index d748301..c35200c 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -64,10 +64,6 @@ function filter_configure() {
/* reload filter sync */
function filter_configure_sync() {
- /* file an alert that the rules are being reloaded */
- if($g['booting'] == false)
- file_notice("Operation in progress...", "The filter rules are currently reloading. You will receive a notice if there is an error.");
-
if(file_exists("/tmp/filter_dirty"))
unlink("/tmp/filter_dirty");
@@ -195,7 +191,6 @@ function filter_configure_sync() {
mwexec($config['system']['afterfilterchangeshellcmd']);
}
- close_notice($toclose);
return 0;
}
@@ -2293,5 +2288,4 @@ function return_vpn_subnet($adr) {
return " # error - {$adr['network']} ";
}
-
?>
OpenPOWER on IntegriCloud