summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-04-23 08:17:34 +0000
committerErmal <eri@pfsense.org>2010-04-23 08:17:34 +0000
commit8ec7b3e06291a69d074d0e3b42314986c6b08a39 (patch)
treef7591e1694d5b6bbc0f9ac05cb40c235da2cd7d6 /etc
parentc4e0fc8bf46f473df6c97db46eb0eb13c87b5154 (diff)
downloadpfsense-8ec7b3e06291a69d074d0e3b42314986c6b08a39.zip
pfsense-8ec7b3e06291a69d074d0e3b42314986c6b08a39.tar.gz
Well there was a reason for this being returned out. Ticket #539.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 87f498b..6254ee8 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -55,7 +55,7 @@ $filterdns = "";
function flowtable_configure() {
global $config, $g;
-
+ return;
// Figure out how many flows we should reserve
// sized 2x larger than the number of unique connection destinations.
if($config['system']['maximumstates'] <> "" && is_numeric($config['system']['maximumstates']))
OpenPOWER on IntegriCloud