summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-31 15:40:46 -0300
committerRenato Botelho <renato@netgate.com>2015-07-31 15:40:46 -0300
commit6fa9f38c0c1377ab110ff97d0ba552c878e9e07e (patch)
tree2d80ccf2687d0ee070a7f5cb5ac20b5008b47f12 /etc/inc/filter.inc
parentbb3ee8a1bb3aaa79afec827363362a623cb62e4d (diff)
downloadpfsense-6fa9f38c0c1377ab110ff97d0ba552c878e9e07e.zip
pfsense-6fa9f38c0c1377ab110ff97d0ba552c878e9e07e.tar.gz
Drop support for jail platform
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 73614f8..e9e7a03 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -162,9 +162,7 @@ function is_bogonsv6_used() {
function filter_pflog_start($kill_first = false) {
global $config, $g;
- if ($g['platform'] == 'jail') {
- return;
- }
+
if (isset($config['system']['developerspew'])) {
$mt = microtime();
echo "filter_pflog_start() being called $mt\n";
OpenPOWER on IntegriCloud