summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9f52c9e..48f8ba0 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