summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-22 20:13:37 +0000
committerErmal <eri@pfsense.org>2010-09-22 20:13:37 +0000
commit567702bbea9b4dc4cca3c0555057f00f4deb5af1 (patch)
tree20f42b1f81db144a23600ebd47b4206327f005d8 /etc/inc/filter.inc
parentb5eeef073a98c8e7e1de756e3823a06e061d512d (diff)
downloadpfsense-567702bbea9b4dc4cca3c0555057f00f4deb5af1.zip
pfsense-567702bbea9b4dc4cca3c0555057f00f4deb5af1.tar.gz
Initialize variable to possibly prevent hard caching of content.
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 6e7e96b..4ddece2 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1914,6 +1914,7 @@ function filter_rules_generate() {
$pptpdcfg = $config['pptpd'];
$pppoecfg = $config['pppoe'];
+ $ipfrules = "";
//$ipfrules .= discover_pkg_rules("filter");
/* if captive portal is enabled, ensure that access to this port
OpenPOWER on IntegriCloud