From e4f020eeaa7571ce790c0f0224b98490b6403240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Thu, 7 May 2009 18:36:05 +0000 Subject: Comment out supposed diff code that is not being used. --- etc/inc/filter.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; -- cgit v1.1