summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-05-07 18:36:05 +0000
committerErmal Luçi <eri@pfsense.org>2009-05-07 18:36:05 +0000
commite4f020eeaa7571ce790c0f0224b98490b6403240 (patch)
tree566ccadeca52924a688cd3afed16db339a27fdb2
parent3fd1b895505c097a699473f8b89a224984c2eaf6 (diff)
downloadpfsense-e4f020eeaa7571ce790c0f0224b98490b6403240.zip
pfsense-e4f020eeaa7571ce790c0f0224b98490b6403240.tar.gz
Comment out supposed diff code that is not being used.
-rw-r--r--etc/inc/filter.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 48834fe..4fa9176 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -206,6 +206,8 @@ function filter_configure_sync() {
fwrite($fd, $rules);
fclose($fd);
+ /*
+ * XXX: This are not being used for now so just comment them out.
$rules = "1"; // force to be diff from oldrules
$oldrules = "2"; // force to be diff from rules
@@ -213,7 +215,8 @@ function filter_configure_sync() {
$rules = file_get_contents("{$g['tmp_path']}/rules.debug");
if(file_exists("{$g['tmp_path']}/rules.debug.old"))
$oldrules = file_get_contents("{$g['tmp_path']}/rules.debug.old");
-
+ *
+ */
if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "pfctl being called at $mt\n";
OpenPOWER on IntegriCloud